[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 1295e37ab87534651f8ef10908a211c168bf17cb

Evergreen Git git at git.evergreen-ils.org
Wed Aug 24 19:55:48 EDT 2016


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_9 has been updated
       via  1295e37ab87534651f8ef10908a211c168bf17cb (commit)
      from  1f0705f065b3bd18c753479bca00421505f6f815 (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 1295e37ab87534651f8ef10908a211c168bf17cb
Author: Jason Stephenson <jason at sigio.com>
Date:   Mon May 30 13:01:45 2016 -0400

    LP 1583608: The make_release script always makes a db upgrade script.
    
    Alter make_release to always create a db upgrade script, even when no
    actual db upgrades need to be applied.  The minimal script created
    will at least set the upgrade version in config.upgrade_log.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/build/tools/make_release b/build/tools/make_release
index c738355..058ae5f 100755
--- a/build/tools/make_release
+++ b/build/tools/make_release
@@ -246,8 +246,8 @@ if [ "$PREV_BRANCH" != "PACKAGE" ]; then
         if [ -f "$UPGRADE_FILE" ]; then
             echo "Upgrade script for $PREV_VERSION-$VERSION already exists. Skipping."
             UPGRADE_FILE=""
-        elif [ -n "$UPGRADE_CHECK" ]; then
-            echo "Found Upgrade Files! Building Upgrade Script."
+        else
+            echo "Building Upgrade Script."
             echo "--Upgrade Script for $PREV_VERSION to $VERSION" > $UPGRADE_FILE
             echo "\set eg_version '''$VERSION'''" >> $UPGRADE_FILE
             echo "BEGIN;" >> $UPGRADE_FILE

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list