From 65569d2edd1f3c3de42315aab90291e8e5a812fd Mon Sep 17 00:00:00 2001 From: fsLeg Date: Fri, 5 Dec 2025 17:10:10 +0300 Subject: [PATCH] Add QoL features to maintainer's helper script --- update-version.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/update-version.sh b/update-version.sh index c5f8a62..d75c0c9 100755 --- a/update-version.sh +++ b/update-version.sh @@ -31,6 +31,9 @@ fi if [ -f mkvendor.sh ]; then sh mkvendor.sh + # send a notification before entering password + tput bel || echo -e '\a' || true + echo put $PRGNAM-$VERSION-vendored-sources.tar* | sftp sawako:/media/slab1/sbo fi if [ "$DOWNLOAD" != "UNSUPPORTED" ]; then @@ -49,4 +52,8 @@ fi sbofixinfo rm -f "$PRGNAM.info.bak" +if [ -z "$NOBUILD" ]; then + time fakeroot bash $PRGNAM.SlackBuild +fi + cd "$CWD" -- 2.46.4