]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makebacularel
Update BDATE
[bacula/bacula] / bacula / release / makebacularel
index 04474b3279c2204a4edbdc5d0d3f79caffc228f5..eecec644041ca5af310d318708d707b6648df7fe 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"
@@ -96,5 +96,6 @@ cd ..
 ./sign $base_pkg-gui-$ver.tar.gz
 ./sign $base_pkg-regress-$ver.tar.gz
 
+cd ${src}
 git push
 git push --tags