[OpenSRF-GIT] OpenSRF branch master updated. 2fae35660282044e8462cde5b8152ff3d24f77e3

Evergreen Git git at git.evergreen-ils.org
Fri Jan 31 16:56:45 EST 2014


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 "OpenSRF".

The branch, master has been updated
       via  2fae35660282044e8462cde5b8152ff3d24f77e3 (commit)
      from  989ac2737759a0fc6a80ec08b1a68b35eab2ff60 (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 2fae35660282044e8462cde5b8152ff3d24f77e3
Author: Bill Erickson <berick at esilibrary.com>
Date:   Fri Oct 12 16:57:15 2012 -0400

    LP#1066131: srfsh.py should not require opensrf.settings
    
    Update srfsh.py to connect to the opensrf network without automatically
    reading the opensrf.setting server data.  This allows srfsh.py to run a
    non-private network.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/src/python/srfsh.py b/src/python/srfsh.py
index 5dfc8ee..a8d65a0 100755
--- a/src/python/srfsh.py
+++ b/src/python/srfsh.py
@@ -412,7 +412,7 @@ class Srfsh(object):
 
         osrf.ses.Session.ingress('srfsh')
         file = os.path.join(self.get_var('HOME'), ".srfsh.xml")
-        osrf.system.System.connect(config_file=file, config_context='srfsh')
+        osrf.system.System.net_connect(config_file=file, config_context='srfsh')
 
     def add_command(self, **kwargs):
         ''' Adds a new command to the supported srfsh commands.

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

Summary of changes:
 src/python/srfsh.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list