mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 11:22:19 +00:00
chore (alipad): add update script (#12856)
Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
@@ -2,4 +2,7 @@ project pkg {
|
||||
rpm {
|
||||
spec = "alipad.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
// Empty until sourcehut update script
|
||||
rpm.global("commit", sourcehut_commit("~malicean/alipad"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user