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

This commit is contained in:
Raboneko
2026-06-05 01:13:40 -05:00
committed by GitHub
parent 663fbd1e87
commit 4fdae2b689
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());
}