[X2go-Commits] pyhoca-cli.git - master (branch) updated: 0.2.0.4-14-gd8f6548
X2Go dev team
git-admin at x2go.org
Sat Nov 10 20:06:20 CET 2012
The branch, master has been updated
via d8f65485337578f6a0075495b13d9710cb007a1d (commit)
from e047a7607e02a2ab9bbcd9c98692e429f20e6910 (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 d8f65485337578f6a0075495b13d9710cb007a1d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Nov 10 20:05:33 2012 +0100
typo
-----------------------------------------------------------------------
Summary of changes:
pyhoca-cli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/pyhoca-cli b/pyhoca-cli
index 0e1718c..77f3a13 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -374,7 +374,7 @@ Possible values for the --pack NX option are:
if a.from_stdin:
lightdm_remote_login_hash = sys.stdin.readline()
- (a.username, a.password, a.server, a.command) = lightdm_remote_login_hash.split()[0:3]
+ (a.username, a.password, a.server, a.command) = lightdm_remote_login_hash.split()[0:4]
if ":" in a.server:
a.remote_ssh_port = a.server.split(':')[-1]
a.server = ':'.join(a.server.split(':')[:-1])
hooks/post-receive
--
pyhoca-cli.git (Python X2Go Client (command line client))
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 "pyhoca-cli.git" (Python X2Go Client (command line client)).
More information about the x2go-commits
mailing list