This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 5211252450c71a6815289f4705112e90c5762079 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 26 12:20:43 2015 +0100 git/hooks/update-script._irkerhook.py_: hardcode X2Go project value. --- git/hooks/update-script._irkerhook.py_ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_ index 728f185..ce7596b 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -219,7 +219,8 @@ class GitExtractor(GenericExtractor): def __init__(self, arguments): GenericExtractor.__init__(self, arguments) # Get all global config variables - self.project = do("git config --get irker.project") + #self.project = do("git config --get irker.project") + self.project = "X2Go" self.repo = do("git config --get irker.repo") self.server = do("git config --get irker.server") self.channels = do("git config --get irker.channels") -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git