[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 4bc22d32e1a337c48f02c5a364274206a06f37ef

Evergreen Git git at git.evergreen-ils.org
Thu Nov 8 13:25:21 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  4bc22d32e1a337c48f02c5a364274206a06f37ef (commit)
      from  6ae6890b3ea8fc40e3a57cd7c74377754c9cab4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4bc22d32e1a337c48f02c5a364274206a06f37ef
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Nov 7 12:55:49 2012 -0500

    make_release: add the \set eg_version command to upgrade script
    
    We were echoing the output to STDOUT instead of redirecting it to the
    upgrade script that we were generating. Let's go the last mile and
    actually get it into the upgrade script.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/build/tools/make_release b/build/tools/make_release
index 18eac29..c5580c1 100755
--- a/build/tools/make_release
+++ b/build/tools/make_release
@@ -220,7 +220,7 @@ if [ $PREV_BRANCH != "PACKAGE" ]; then
         elif [ -n "$UPGRADE_CHECK" ]; then
             echo "Found Upgrade Files! Building Upgrade Script."
             echo "--Upgrade Script for $PREV_VERSION to $VERSION" > $UPGRADE_FILE
-            echo "\set eg_version '''$VERSION'''"
+            echo "\set eg_version '''$VERSION'''" >> $UPGRADE_FILE
             echo "BEGIN;" >> $UPGRADE_FILE
             grep "config.upgrade_log.*$VERSION" Open-ILS/src/sql/Pg/002.schema.config.sql >> $UPGRADE_FILE
             for NUM in $UPGRADE_CHECK; do

-----------------------------------------------------------------------

Summary of changes:
 build/tools/make_release |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list