mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
rpm.global("commit", gitlab_commit("gitlab.com", "28721344", "main"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
}
|