]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makebacularel
Update BDATE
[bacula/bacula] / bacula / release / makebacularel
index 0f9c93e2b358a95b9cd4d7523dc4bc616fe5ed83..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,11 +96,6 @@ cd ..
 ./sign $base_pkg-gui-$ver.tar.gz
 ./sign $base_pkg-regress-$ver.tar.gz
 
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "
-
-# Need to do docs and rescue
-#mv docs $base_pkg-docs-$ver
-#./makereldocs $ver
-#mv rescue $base_pkg-rescue-$ver
+cd ${src}
+git push
+git push --tags