Files
packages/anda/system/falcond-profiles/update.rhai
T

6 lines
142 B
Plaintext

rpm.global("commit", gh_commit("PikaOS-Linux/falcond-profiles"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.release();
}