mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
4f29b72156
(cherry picked from commit 5d384c83c5)
Co-authored-by: madomado <madonuko@outlook.com>
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", gh_commit("Vanilla-OS/Albius"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
}
|
|
}
|