mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
8abbd75b12
* chore(sync): 39 -> 40 * fix(update): better commit versioning (#944) Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com>
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", gh_commit("keylase/nvidia-patch"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
}
|
|
}
|