This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from c4c77cb Allow remote agent calls via hostname or host address when using the format "<hostname> (<hostaddr>)" in the session profile. This can be useful if the <hostname> is a valid address on the local network (broker <-> <server> communication), but the host address is valid for clients (client <-> server communication). new 79c6648 fix for last commit 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/agent.py | 1 + 1 file changed, 1 insertion(+) -- 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 79c66480d1e47bbbbe44edd3670d782688303424 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 10 16:25:33 2014 +0100 fix for last commit --- x2gobroker/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 43d8b69..9281f12 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -168,6 +168,7 @@ def _call_remote_broker_agent(username, task, cmdline_args=[], remote_agent=None elif not remote_agent.has_key('host_key_policy'): remote_agent['host_key_policy'] = paramiko.WarningPolicy() + remote_hostname = remote_agent[u'hostaddr'] remote_hostaddr = remote_agent[u'hostaddr'] if remote_agent.has_key(u'port'): remote_port = int(remote_agent[u'port']) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git