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

Evergreen Git git at git.evergreen-ils.org
Thu May 25 09:23:30 EDT 2017


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  cccfa3598073765d84d4924c6f3adbc831fc8b37 (commit)
      from  b985c79a170c2ea06feffd87444d0a441b1f270d (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 cccfa3598073765d84d4924c6f3adbc831fc8b37
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Fri Nov 9 16:47:36 2012 -0500

    LP#1077212: add qstore to eg_db_config.pl --update-config list
    
    To test
    -------
    [1] After applying the patch, run eg_db_config --update-config --service all
        as per the upgrade instructions.
    [2] Verify that the <open-ils.qstore> section of opensrf.xml contains
        the correct database credentials.
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/support-scripts/eg_db_config.in b/Open-ILS/src/support-scripts/eg_db_config.in
index b59d044..a08dda9 100755
--- a/Open-ILS/src/support-scripts/eg_db_config.in
+++ b/Open-ILS/src/support-scripts/eg_db_config.in
@@ -283,7 +283,7 @@ GetOptions("create-schema" => \$cschema,
 );
 
 if (grep(/^all$/, @services)) {
-	@services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store state_store/;
+	@services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store state_store open-ils.qstore/;
 }
 
 my $eg_config = File::Spec->catfile($script_dir, '../extras/eg_config');

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

Summary of changes:
 Open-ILS/src/support-scripts/eg_db_config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list