chore (alipad): add update script (#12856)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2026-06-05 00:32:04 -05:00
committed by GitHub
parent 2c9f2dcca4
commit cef7d766f7
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "alipad.spec"
}
labels {
nightly = 1
}
}
+5 -1
View File
@@ -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());
}