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

Evergreen Git git at git.evergreen-ils.org
Mon Jun 13 09:32:57 EDT 2011


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  d4c53bb0a18d08d1de46562b4dec9b26ffc6a5ef (commit)
      from  36d2479febe1856c341257b618496cfa0273ce3b (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 d4c53bb0a18d08d1de46562b4dec9b26ffc6a5ef
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Mon Jun 13 09:20:31 2011 -0400

    Updater apparently reads extensionVersion
    
    Without it no updates are ever found. :(
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/updates/check b/Open-ILS/updates/check
index 86038bc..3618932 100755
--- a/Open-ILS/updates/check
+++ b/Open-ILS/updates/check
@@ -22,7 +22,7 @@ if [ -f "$UPDATE_LOC/patch/${CHANNEL}VERSION" ]; then
 	[ -n "$DETAILSURL" ] && DETAILSURL=" detailsURL=\"$DETAILSURL\""
 	if [ -n "$CURVERSION" -a "$VERSION" != "$CURVERSION" ]; then
 		if [ -f "$UPDATE_LOC/pub/${CHANNEL}$CURVERSION.mar" -a -f "$UPDATE_LOC/patch/${CHANNEL}$CURVERSION.patchline" ]; then
-			echo "<update type=\"minor\" version=\"$CURVERSION\"$DETAILSURL>"
+			echo "<update type=\"minor\" version=\"$CURVERSION\" extensionVersion=\"$CURVERSION\"$DETAILSURL>"
 			sed -e "s|URL=\"|URL=\"$URLBASE|" "$UPDATE_LOC/patch/${CHANNEL}$CURVERSION.patchline"
 			if [ -f "$UPDATE_LOC/pub/${CHANNEL}$VERSION-$CURVERSION.mar" -a -f "$UPDATE_LOC/patch/${CHANNEL}$VERSION-$CURVERSION.patchline" ]; then
 				sed -e "s|URL=\"|URL=\"$URLBASE|" "$UPDATE_LOC/patch/${CHANNEL}$VERSION-$CURVERSION.patchline"

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

Summary of changes:
 Open-ILS/updates/check |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list