]> git.sur5r.net Git - bacula/bacula/commitdiff
On release, make only a simple tag
authorKern Sibbald <kern@sibbald.com>
Sat, 17 Oct 2009 13:42:07 +0000 (15:42 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 17 Oct 2009 13:42:07 +0000 (15:42 +0200)
bacula/release/makebacularel
bacula/release/makedocsrel
bacula/release/makerescuerel
bacula/release/makewinrel

index 04474b3279c2204a4edbdc5d0d3f79caffc228f5..42a0044f9bd888242607bf9316d6f2ca4d2063ff 100755 (executable)
@@ -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"
index 34606f7cc6ef96b007a65d19bca2f37d8b7e4bc0..004013a35808f9ad03078b6b4d06c7f04b28cabb 100755 (executable)
@@ -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"
index f94d9c83c80e81b5bbcc685f3866a5c192fbe9ab..5a6eaa110afae368b3df114534086877b9e08275 100755 (executable)
@@ -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"
index 4d60d3b55770b16cbb3c5c66c2221d45d13dc0a6..f7db76d3f59c1d64fab724ffc9551dcb0afb0bdb 100755 (executable)
@@ -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 " "