bacula=/home/kern/bacula/k
docs=/home/kern/bacula/docs
rescue=/home/kern/bacula/rescue
+push=yes
./makeclean
./makebacularel $bacula $branch
./sign $base_pkg-gui-$ver.tar.gz
./sign $base_pkg-regress-$ver.tar.gz
-cd ${src}
-git push
-git push --tags
+if [ a$push != ano ]; then
+ cd ${src}
+ git push
+ git push --tags
+fi
./sign $base_pkg-$ver.tar.bz2
ls -l $base_pkg-$ver.tar.*
-cd ${src}
-git push
-git push --tags
+if [ a$push != ano ]; then
+ cd ${src}
+ git push
+ git push --tags
+fi
./sign $base_pkg-$ver.tar.gz
ls -l $base_pkg-$ver.tar.*
-cd ${src}
-git push
-git push --tags
+if [ a$push != ano ]; then
+ cd ${src}
+ git push
+ git push --tags
+fi