This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 2ff5f60 Support server-side Telekinesis versions that ship their own (teki-)sftpserver. new f6b226d typo 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: x2go/telekinesis.py | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit f6b226ddc1f26dacb041c868b93cf66c9fdd8bb5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 1 11:29:25 2014 +0200 typo fix for last commit --- x2go/telekinesis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2go/telekinesis.py b/x2go/telekinesis.py index 1bedf6b..16b6ea2 100644 --- a/x2go/telekinesis.py +++ b/x2go/telekinesis.py @@ -345,6 +345,7 @@ class X2GoTelekinesisClient(threading.Thread): '-o', 'directport={tekidata_port}'.format(tekidata_port=self.local_tekidata_port), '127.0.0.1:{remote_home}/.x2go/C-{sid}/telekinesis/remote/'.format(remote_home=self.session_instance.get_remote_home(), sid=self.session_info), '/tmp/.x2go-{local_user}/telekinesis/S-{sid}/'.format(local_user=_CURRENT_LOCAL_USER, sid=self.session_info), + ] self.logger('forking threaded subprocess: %s' % " ".join(telekinesis_sshfs_command), loglevel=log.loglevel_DEBUG) self.telekinesis_sshfs = subprocess.Popen(telekinesis_sshfs_command, env=self.TEKICLIENT_ENV, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git