This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 8747a01 Use physical host address and port (if provided) for contacting remote broker agent via SSH. new 97eb7ca fix typos The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker/brokers/base_broker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 97eb7ca5e75c14c82045af71c8d01e22f5d70938 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 13 21:22:43 2014 +0200 fix typos --- x2gobroker/brokers/base_broker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index d23accd..6eaa744 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -960,9 +960,9 @@ class X2GoBroker(object): remote_agent_server = server_list[-1] remote_agent_port = profile[u'sshport'] - if profile.has_key('host={ras}'.format(ras=remote_agent_server): + if profile.has_key('host={ras}'.format(ras=remote_agent_server)): remote_agent_server = profile["host={ras}".format(ras=remote_agent_server)] - if profile.has_key('sshport={rap}'.format(ras=remote_agent_port): + if profile.has_key('sshport={rap}'.format(ras=remote_agent_port)): remote_agent_port = profile["host={rap}".format(ras=remote_agent_port)] remote_agent = {u'hostname': remote_agent_server, u'port': remote_agent_port, } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git