]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makerescuerel
Update BDATE
[bacula/bacula] / bacula / release / makerescuerel
index c48b53044053bc7ff959dddb6a3f9a32d538f92c..97cbfd0e0e609bc3dd8fd7c39f061abb2a849f58 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"
@@ -72,6 +72,6 @@ cd ${cwd}
 ./sign $base_pkg-$ver.tar.gz
 ls -l $base_pkg-$ver.tar.*
 
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "
+cd ${src}
+git push
+git push --tags