[X2go-Commits] pyhoca-cli.git - master (branch) updated: 0.2.0.4-13-ge047a76

X2Go dev team git-admin at x2go.org
Sat Nov 10 20:04:33 CET 2012


The branch, master has been updated
       via  e047a7607e02a2ab9bbcd9c98692e429f20e6910 (commit)
      from  7deba5343c345baf7d347c6c6363e870e45c766d (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 e047a7607e02a2ab9bbcd9c98692e429f20e6910
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Nov 10 20:03:48 2012 +0100

    make unpacking of stdin values more robust

-----------------------------------------------------------------------

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 42fe2b6..0e1718c 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()
+        (a.username, a.password, a.server, a.command) = lightdm_remote_login_hash.split()[0:3]
         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