]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makedocsrel
Update BDATE
[bacula/bacula] / bacula / release / makedocsrel
index 34606f7cc6ef96b007a65d19bca2f37d8b7e4bc0..a3a0bcf85dd2e7f4f8c38f880e61217d5a51fb95 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"
@@ -104,5 +104,6 @@ bzip2 $base_pkg-$ver.tar
 ./sign $base_pkg-$ver.tar.bz2
 ls -l $base_pkg-$ver.tar.*
 
+cd ${src}
 git push
 git push --tags