From: Kern Sibbald Date: Thu, 5 Aug 2010 11:36:48 +0000 (+0200) Subject: Tweak update release script X-Git-Tag: Release-5.0.3~6 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=8b72f3338b9418aaaf22138de6a0e1b1237d8141 Tweak update release script --- diff --git a/bacula/release/README b/bacula/release/README index 9dea930f13..7166702b76 100644 --- a/bacula/release/README +++ b/bacula/release/README @@ -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= + 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 diff --git a/bacula/release/makeall b/bacula/release/makeall index 7c7555cefb..d2a8bd57a8 100755 --- a/bacula/release/makeall +++ b/bacula/release/makeall @@ -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 "