From: fsLeg Date: Fri, 5 Dec 2025 14:10:10 +0000 (+0300) Subject: Add QoL features to maintainer's helper script X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=65569d2edd1f3c3de42315aab90291e8e5a812fd;p=slackbuilds.git Add QoL features to maintainer's helper script --- 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"