bacula=/home/kern/bacula/k
docs=/home/kern/bacula/docs
rescue=/home/kern/bacula/rescue
-push=yes
+export push=yes
+export updatepo=yes
./makeclean
./makebacularel $bacula $branch
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
if [ a$push != ano ]; then
cd ${src}
git push origin $branch
- git push tag $fulltag
+ git push origin tag $fulltag
fi