Compare commits

...

2 Commits

Author SHA1 Message Date
Owen Zimmerman 9772573dcd nightly
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-04 16:16:45 -05:00
Owen-sz aaf3aa0f74 chore: add alipad update script
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-04 11:47:18 -05:00
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());
}