mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +00:00
9e6f4ec190
(cherry picked from commit 959a83dff0)
Co-authored-by: Gilver <rockgrub@disroot.org>
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
rpm.global("commit", gh_commit("PikaOS-Linux/falcond-profiles"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
}
|