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

This commit is contained in:
Raboneko
2026-06-05 01:13:27 -05:00
committed by GitHub
parent 32917f491c
commit bc358e3249
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());
}