From 82fb1996ddb7882f467b14ff51ae1617abbec81b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 18 Apr 2017 14:29:30 +0200 Subject: [PATCH] Move to src.fp.o which is https --- 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 33e7654b51..4b23fb231f 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:', '+ExcludeArch:', '+%ifarch', '+%ifnarch') FROM_EMAIL = 'githook-noreply@fedoraproject.org' TO_MAIL = 'arch-excludes@lists.fedoraproject.org' -CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s/commit/?id=%s' +CGIT_URL = 'https://src.fedoraproject.org/cgit/%s/commit/?id=%s' EMAIL_SEND = True SMTP_SERVER = 'localhost' SMTP_PORT = 25