Files
packages/anda/system/bpftune/nightly/update.rhai
T
2026-03-10 11:36:08 -07:00

8 lines
190 B
Plaintext

rpm.global("commit", gh_commit("oracle/bpftune"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
let v = gh("oracle/bpftune");
rpm.global("ver", v);
}