mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
e1a9116be7
(cherry picked from commit 6d94fb1f00)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
rpm.global("commit", gh_commit("keylase/nvidia-patch"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
}
|