The branch, master has been updated via 70cd5e294a5c10f36c68496ed534ffbecafbb087 (commit) from 8b05efa873080d23c6c7a38c05d6af79406daac7 (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 70cd5e294a5c10f36c68496ed534ffbecafbb087 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 2 10:56:55 2013 +0200 fix for last two commits ----------------------------------------------------------------------- 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 431ebda..e46c99e 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 - elif os.path.exists(os.path.join(home, '.ssh', 'id_dsa'): + elif os.path.exists(os.path.join(home, '.ssh', 'id_dsa')): return True - elif 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).