summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2017-04-18 14:29:30 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2017-04-18 14:29:30 +0200
commit82fb1996ddb7882f467b14ff51ae1617abbec81b (patch)
tree45c211fe702ce94cb89ba15c1e47447d4afb3797
parent4b45f4620cdd827bf38ff81e8d646731eed03a1a (diff)
downloadansible-82fb1996ddb7882f467b14ff51ae1617abbec81b.tar.gz
ansible-82fb1996ddb7882f467b14ff51ae1617abbec81b.tar.xz
ansible-82fb1996ddb7882f467b14ff51ae1617abbec81b.zip
Move to src.fp.o which is https
-rwxr-xr-xroles/git/hooks/files/post-receive-alternativearch2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch
index 33e7654b5..4b23fb231 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