[open-ils-commits] [GIT] Evergreen ILS branch master updated. edb3958a32826a8f2acbd6a7a6c5fa5d2da0a1c9
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 24 19:55:00 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, master has been updated
via edb3958a32826a8f2acbd6a7a6c5fa5d2da0a1c9 (commit)
from b2af4872895e860abd8b48cc5cb2cf06c68bb852 (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 edb3958a32826a8f2acbd6a7a6c5fa5d2da0a1c9
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