This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 281f7e5 x2gobroker.spec: typo fix, the permissions stuff is only required for SUSE builds new df85f04 typo fix 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 df85f04e8e71339241d44d7b7bd5b08b54cab02f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 09:16:06 2014 +0200 typo fix --- x2gobroker/brokers/base_broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index 6eaa744..6b5a929 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -962,7 +962,7 @@ class X2GoBroker(object): remote_agent_port = profile[u'sshport'] 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={ras}'.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