From 7029868c06de6c8b51fc637b8d7a58358e4e56cc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 1 Nov 2016 10:33:58 +0100 Subject: [PATCH] Looks like we're having duplicated .git in there --- roles/git/hooks/files/post-receive-alternativearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch index b57d57f7ce..5bd982a80d 100755 --- a/roles/git/hooks/files/post-receive-alternativearch +++ b/roles/git/hooks/files/post-receive-alternativearch @@ -20,7 +20,7 @@ abspath = os.path.abspath(os.environ['GIT_DIR']) PATTERNS = ('+ExclusiveArch:', '+ExcludesArch:') FROM_EMAIL = 'githook-noreply@fedoraproject.org' TO_MAIL = 'pingou_git@pingoured.fr' -CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s.git/commit/?id=%s' +CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s/commit/?id=%s' EMAIL_SEND = True SMTP_SERVER = 'localhost' SMTP_PORT = 25