[banshee] make-release: Re-enable the creation of the new version in bugzilla



commit 71d7b0c65eb617b212e39c2559a68fae1faad1a0
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Wed Sep 7 21:48:38 2011 +0200

    make-release: Re-enable the creation of the new version in bugzilla
    
    This is supposed to be done by ftpadmin, but apparently it is not the
    case.

 extras/make-release |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/extras/make-release b/extras/make-release
index 509c73e..987825c 100755
--- a/extras/make-release
+++ b/extras/make-release
@@ -135,6 +135,8 @@ function tag_release () {
 }
 
 function post_release () {
+	# This is supposed to be done by ftpadmin on master.gnome.org
+	# But apparently it is not the case
 	xdg-open "http://bugzilla.gnome.org/editversions.cgi?action=new&product=banshee&version=${PACKAGE_VERSION}";
 }
 
@@ -167,8 +169,7 @@ fi
 prepare_upload
 upload_release
 tag_release
-# Done by ftpadmin on master.gnome.org
-#post_release
+post_release
 
 echo
 echo "Congratulations, you have released ${PACKAGE_VERSION}!"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]