From: Kern Sibbald Date: Sat, 17 Oct 2009 13:42:07 +0000 (+0200) Subject: On release, make only a simple tag X-Git-Tag: Release-7.0.0~2600^2^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=57b68db7db9f7c3a0de3f55d82c5161812840983;p=bacula%2Fbacula On release, make only a simple tag --- diff --git a/bacula/release/makebacularel b/bacula/release/makebacularel index 04474b3279..42a0044f9b 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 34606f7cc6..004013a358 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 f94d9c83c8..5a6eaa110a 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 4d60d3b557..f7db76d3f5 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 " "