]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makedocsrel
Tweak TRU64 xattr code.
[bacula/bacula] / bacula / release / makedocsrel
index 247eeb4343aa69af5238138434413bf775801ff9..1073c1f6ef3be111cc65497cbed68e55ff2cca2f 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,6 +104,8 @@ bzip2 $base_pkg-$ver.tar
 ./sign $base_pkg-$ver.tar.bz2
 ls -l $base_pkg-$ver.tar.*
 
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "
+if [ a$push != ano ]; then
+   cd ${src}
+   git push origin $branch
+   git push origin tag $fulltag
+fi