This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.1.4.0 in repository x2goclient. commit 73823b61e7a7c3072c3ee8a0dde4e0e4648ed3e8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 17 11:18:55 2011 +0200 adds setproctitle support --- pyhoca-cli | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyhoca-cli b/pyhoca-cli index 8db75c33..3e4c220f 100755 --- a/pyhoca-cli +++ b/pyhoca-cli @@ -55,6 +55,13 @@ from pyhoca.cli import current_home, PyHocaCLI, runtime_error # version information PROG_NAME = os.path.basename(sys.argv[0]) PROG_PID = os.getpid() + +from x2go import X2GOCLIENT_OS as _X2GOCLIENT_OS + +if _X2GOCLIENT_OS in ('Linux', 'Mac'): + import setproctitle + setproctitle.setproctitle(PROG_NAME) + from pyhoca.cli import __VERSION__ as _version VERSION=_version VERSION_TEXT=""" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git