[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 577c9dfe80ae302f82d7b16b80eb408bf531777c

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, rel_2_1 has been updated
       via  577c9dfe80ae302f82d7b16b80eb408bf531777c (commit)
      from  517ebc136aa30869a26505d90470c38b2ec3be9f (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 577c9dfe80ae302f82d7b16b80eb408bf531777c
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