Files
packages/anda/system/falcond-profiles/update.rhai
T
Raboneko 9e6f4ec190 fix: Bulk fixes of nightly packages/update scripts (#5899) (#5901)
(cherry picked from commit 959a83dff0)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-07-20 23:12:26 -05:00

6 lines
142 B
Plaintext

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