From: Kern Sibbald Date: Sat, 17 Oct 2009 13:43:15 +0000 (+0200) Subject: On release, make only a simple tag X-Git-Tag: Release-3.0.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3875c07284503455a34647ea37841536130ff5a;p=thirdparty%2Fbacula.git On release, make only a simple tag --- diff --git a/bacula/release/makebacularel b/bacula/release/makebacularel index 04474b327..42a0044f9 100755 --- a/bacula/release/makebacularel +++ b/bacula/release/makebacularel @@ -61,7 +61,7 @@ cd ${src} git commit -am "Final po changes for ${fulltag}" git tag -d ${fulltag} echo "Creating new tag -- $fulltag" -git tag $fulltag -m "Create tag $fulltag" +git tag $fulltag if [ $? != 0 ] ; then echo " " echo "Non-zero return status from Git" diff --git a/bacula/release/makedocsrel b/bacula/release/makedocsrel index 34606f7cc..004013a35 100755 --- a/bacula/release/makedocsrel +++ b/bacula/release/makedocsrel @@ -65,7 +65,7 @@ read a git tag -d ${fulltag} echo "Creating new tag -- $fulltag" -git tag $fulltag -m "Create tag $fulltag" +git tag $fulltag if [ $? != 0 ] ; then echo " " echo "Non-zero return status from Git" diff --git a/bacula/release/makerescuerel b/bacula/release/makerescuerel index f94d9c83c..5a6eaa110 100755 --- a/bacula/release/makerescuerel +++ b/bacula/release/makerescuerel @@ -47,7 +47,7 @@ read a git tag -d ${fulltag} echo "Creating new tag -- $fulltag" -git tag $fulltag -m "Create tag $fulltag" +git tag $fulltag if [ $? != 0 ] ; then echo " " echo "Non-zero return status from Git" diff --git a/bacula/release/makewinrel b/bacula/release/makewinrel index 4d60d3b55..f7db76d3f 100755 --- a/bacula/release/makewinrel +++ b/bacula/release/makewinrel @@ -58,6 +58,3 @@ rm -f *.exe.sig ./sign win64bacula-$ver.exe ls -l win*.exe* -echo " " -echo "If everything is OK, don't forget to push $src tags to the repo" -echo " "