]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak update release script
authorKern Sibbald <kern@sibbald.com>
Thu, 5 Aug 2010 11:36:48 +0000 (13:36 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 5 Aug 2010 11:36:48 +0000 (13:36 +0200)
bacula/release/README
bacula/release/makeall

index 9dea930f13ed8969f5079564ff3b235da95db38f..7166702b767ebf5238b94a4eed33c915783a388c 100644 (file)
@@ -23,12 +23,15 @@ In general, you do the following:
 
    bacula/src/version.h
    rescue/version.h
-   winbmr/rescue/version.h
    gui/bweb/ReleaseNotes            (for makebwebrel)
 
+   In docs, you must run 
+   ./configure --with-bacula=<bacula source directory>  
+   so that the versions of the docs are correct.
+
 4. Run the makeall script.  
 
-   ./makeall Branch-4.0   # specify branch to release
+   ./makeall Branch-5.0   # specify branch to release
 
 5. There should be no errors.  If 
    there are, fix them, and re-run the script or re-run the scripts
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>"