Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/archrelease.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/archrelease.in b/src/archrelease.in
index d206ab8..818b0ca 100644
--- a/src/archrelease.in
+++ b/src/archrelease.in
@@ -89,7 +89,6 @@ if git tag --verify "$gittag" &> /dev/null; then
exit 0
fi
-stat_busy "Releasing package"
+msg "Releasing package"
git tag --sign --message="Package release ${pkgver}" "$gittag" || abort
git push --tags --set-upstream origin main || abort
-stat_done