[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2e10326b9e0ee22982a2b9ac45b6f75a1ee57103

Evergreen Git git at git.evergreen-ils.org
Thu Nov 8 13:24:50 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, master has been updated
       via  2e10326b9e0ee22982a2b9ac45b6f75a1ee57103 (commit)
      from  df05ae28be786df311679e07f58cc2c50d976b11 (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 2e10326b9e0ee22982a2b9ac45b6f75a1ee57103
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 516fe9c..c141ca7 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