[Xfce4-commits] <midori:master> Prompt for downloading tarball after pushing tagged commit

Christian Dywan noreply at xfce.org
Fri May 17 20:40:02 CEST 2013


Updating branch refs/heads/master
         to 8eab6dfe4bc0f89e65cbba434d3893c664e67acc (commit)
       from 5fd74d20aef298800055d37c4d455759d579bc81 (commit)

commit 8eab6dfe4bc0f89e65cbba434d3893c664e67acc
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri May 17 20:38:50 2013 +0200

    Prompt for downloading tarball after pushing tagged commit

 tools/release |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tools/release b/tools/release
index ce10bb7..78ab4f9 100755
--- a/tools/release
+++ b/tools/release
@@ -27,7 +27,8 @@ elif [ "x$1" = "xafter" ]; then
         echo -n ' && ' ;;
     esac
     echo git tag -a $NEWVER -m "'Bump version to $NEWVER'"
-    echo http://git.xfce.org/apps/midori/snapshot/midori-$NEWVER.tar.bz2
+    echo Press RETURN to download tarball now; read yes
+    wget http://git.xfce.org/apps/midori/snapshot/midori-$NEWVER.tar.bz2
     echo https://releases.xfce.org/
     echo Press RETURN to update Launchpad bugs now; read yes
     if [ -n $(which bugreleaser 1>/dev/null) ]; then


More information about the Xfce4-commits mailing list