]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makerescuerel
Update BDATE
[bacula/bacula] / bacula / release / makerescuerel
index f94d9c83c80e81b5bbcc685f3866a5c192fbe9ab..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,5 +72,6 @@ cd ${cwd}
 ./sign $base_pkg-$ver.tar.gz
 ls -l $base_pkg-$ver.tar.*
 
+cd ${src}
 git push
 git push --tags