From 93306718252d3f7ae9722d2f8b059a18c8a65b22 Mon Sep 17 00:00:00 2001 From: Alexander Epaneshnikov Date: Wed, 26 Apr 2023 21:26:16 +0300 Subject: archrelease: fix mangled release package status output Git push will print its status, hence switch from a busy line indicator to a single line message and allow Git to print its status accordingly. Otherwise we get: ==> Releasing package...Enumerating objects: 6, done. --- src/archrelease.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf