]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/release/makeall
Tweak update release script
[bacula/bacula] / bacula / release / makeall
index 7c7555cefb0ea12ef1ae88898e3b7457607751e4..d2a8bd57a88bb6b814d1452fe714490cce4947fe 100755 (executable)
@@ -10,11 +10,12 @@ rescue=${rescue:-${HOME}/bacula/k/rescue}
 # Set the following to your remote name.  By default it is origin.
 remote=bs
 
-export push=yes
 #
 # Note, you will probably want to set updatepo=no if you
 #   run this script multiple times for a given release.
 export updatepo=no
+export push=yes
+
 
 if [ $# != 1 ] ; then
   echo "Need $0 <Branch-to-release>"