mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 07:18:26 +00:00
cdbf6c9958
(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();
|
|
}
|