]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makebacularel
Fix bat seg fault
[bacula/bacula] / bacula / release / makebacularel
index 7f963c0013bf385101e259d75d64ce0715f3e473..39c4334bbfc1e1ed2b2edd1bee79135a53ec1459 100755 (executable)
@@ -54,11 +54,13 @@ if [ $reltype != "beta" ] ; then
    rm -f 1
    cd ..
 fi
-./configure --enable-client-only
-cd po
-make update-po
-cd ${src}   
-git commit -am "Final po changes for ${fulltag}"
+if [ a$updatepo != ano ]; then
+   ./configure --enable-client-only
+   cd po
+   make update-po
+   cd ${src}   
+   git commit -am "Final po changes for ${fulltag}"
+fi
 git tag -d ${fulltag}
 echo "Creating new tag -- $fulltag"
 git tag $fulltag
@@ -99,5 +101,5 @@ cd ..
 if [ a$push != ano ]; then
    cd ${src}
    git push origin $branch
-   git push tag $fulltag
+   git push origin tag $fulltag
 fi