]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak: rename version to branch in release script
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jan 2010 17:54:45 +0000 (18:54 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jan 2010 18:00:38 +0000 (19:00 +0100)
bacula/release/makeall

index d9016b8430b4961a5a386135e721499c61e4ff66..aea044cfcca4e16327358497196db8ca3e2d80b9 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Make full release
 #
-version=5.0.0
+branch=5.0.0
 #
 # Bacula git repos
 bacula=/home/kern/bacula/k
@@ -10,10 +10,10 @@ docs=/home/kern/bacula/docs
 rescue=/home/kern/bacula/rescue
 
 ./makeclean
-./makebacularel $bacula $version
-./makedocsrel $bacula $docs $version
-./makerescuerel $rescue $version
-./makewinrel $bacula $version | tee win$$.log
+./makebacularel $bacula $branch
+./makedocsrel $bacula $docs $branch
+./makerescuerel $rescue $branch
+./makewinrel $bacula $branch | tee win$$.log
 
 grep -i warning win$$.log >/dev/null
 if [ $? -eq 0 ] ; then