diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-09-07 21:48:38 +0200 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-09-07 21:50:36 +0200 |
commit | 71d7b0c65eb617b212e39c2559a68fae1faad1a0 (patch) | |
tree | 50deebb157e93318af51b472eb755cf215738da4 /extras | |
parent | 59f95bc1f8f31d2afd6aa329543da4855fc7f410 (diff) |
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.
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/make-release | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/make-release b/extras/make-release index 509c73e27..987825c73 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}!" |