[open-ils-commits] [GIT] Evergreen ILS branch tags/rel_2_2_alpha2 updated. 97d5b6843a03d7a94f3090cce5b67d15eea4d939

Evergreen Git git at git.evergreen-ils.org
Wed Feb 29 15:17:28 EST 2012


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, tags/rel_2_2_alpha2 has been updated
       via  97d5b6843a03d7a94f3090cce5b67d15eea4d939 (commit)
      from  c2e314a6a4972d9715395b73033f0c472d096132 (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 97d5b6843a03d7a94f3090cce5b67d15eea4d939
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Feb 29 15:16:44 2012 -0500

    Fix ROLLBACK at end of upgrade script.
    
    BAD PACKAGER, not paying attention to filenames when copying.
    
    Or maybe bad tab completion. :/
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
index b2af71f..5de0d98 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
@@ -12721,5 +12721,4 @@ INSERT INTO vandelay.merge_profile (owner, name, replace_spec)
 INSERT INTO vandelay.merge_profile (owner, name, preserve_spec) 
     VALUES (1, 'Full Overlay', '901c');
 
--- COMMIT; TESTING, NO SAVING FOR YOU!
-ROLLBACK;
+COMMIT;

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

Summary of changes:
 .../sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql  |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list