This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from d2a9b9f git/hooks/update-script._irkerhook.py_: link to commitdiff and place the URL more prominently, replacing the commit ID. new 5211252 git/hooks/update-script._irkerhook.py_: hardcode X2Go project value. 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: git/hooks/update-script._irkerhook.py_ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
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