git commit -am "Final po changes for ${fulltag}"
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"
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"
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"
./sign win64bacula-$ver.exe
ls -l win*.exe*
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "