[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 838d34f187b11309ad7d99152811873c6751d28b
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 24 19:55:24 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_10 has been updated
via 838d34f187b11309ad7d99152811873c6751d28b (commit)
from 0438a04530ac4769ce2196d234a4016ba952c58b (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 838d34f187b11309ad7d99152811873c6751d28b
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