This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 249534c723afcf2f75c7e5696cab5f67a96543e7 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 6 05:07:31 2017 +0100 git/hooks/update-script._irkerhook.py_: use HTTPS directly, irkerhook doesn't like redirections. --- git/hooks/update-script._irkerhook.py_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_ index 3c47924..2369669 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -26,7 +26,7 @@ default_tinyifier = "http://tinyurl.com/api-create.php?url=" # Map magic urlprefix values to actual URL prefixes. urlprefixmap = { "viewcvs": "http://%(host)s/viewcvs/%(repo)s?view=revision&revision=", - "gitweb": "http://%(host)s/gitweb?p=%(repo)s.git;a=commitdiff;h=", + "gitweb": "https://%(host)s/gitweb?p=%(repo)s.git;a=commitdiff;h=", "cgit": "http://%(host)s/cgi-bin/cgit.cgi/%(repo)s/commit/?id=", } -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git