The branch, master has been updated via 8b05efa873080d23c6c7a38c05d6af79406daac7 (commit) from 9a830df0f3147d0d85b682bf87c49eb949bbf364 (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 8b05efa873080d23c6c7a38c05d6af79406daac7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 2 10:30:28 2013 +0200 fix for last commit ----------------------------------------------------------------------- Summary of changes: x2gobroker/agent.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 7ae1520..431ebda 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -64,11 +64,11 @@ def has_remote_broker_agent_setup(): """ home = os.path.expanduser("~") - if os.path.exists(os.path.join(home, '.ssh', 'id_rsa') + if os.path.exists(os.path.join(home, '.ssh', 'id_rsa'): return True - elsif os.path.exists(os.path.join(home, '.ssh', 'id_dsa') + elif os.path.exists(os.path.join(home, '.ssh', 'id_dsa'): return True - elsif os.path.exists(os.path.join(home, '.ssh', 'id_ecdsa') + elif os.path.exists(os.path.join(home, '.ssh', 'id_ecdsa'): return True def call_local_broker_agent(username, mode, cmdline_args=[]): hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).