summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xroles/git/hooks/files/post-receive-alternativearch2
-rw-r--r--roles/git/make_checkout_seed/files/make-git-checkout-seed.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch
index 314cb430c..e2fd8729e 100755
--- a/roles/git/hooks/files/post-receive-alternativearch
+++ b/roles/git/hooks/files/post-receive-alternativearch
@@ -19,7 +19,7 @@ from email.mime.text import MIMEText
abspath = os.path.abspath(os.environ['GIT_DIR'])
PATTERNS = ('+ExclusiveArch:', '+ExcludesArch:')
FROM_EMAIL = 'githook-noreply@fedoraproject.org'
-TO_MAIL = 'pingou_git@pingoured.fr'
+TO_MAIL = 'arch-excludes@lists.fedoraproject.org'
CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s/commit/?id=%s'
EMAIL_SEND = True
SMTP_SERVER = 'localhost'
diff --git a/roles/git/make_checkout_seed/files/make-git-checkout-seed.sh b/roles/git/make_checkout_seed/files/make-git-checkout-seed.sh
index d1bbf1f19..0fdb3febe 100644
--- a/roles/git/make_checkout_seed/files/make-git-checkout-seed.sh
+++ b/roles/git/make_checkout_seed/files/make-git-checkout-seed.sh
@@ -73,4 +73,4 @@ ln -s git-seed-$DATE.tar.xz $OUTPUT_DIR/git-seed-latest.tar.xz
ln -s rpm-specs-$DATE.tar.xz $OUTPUT_DIR/rpm-specs-latest.tar.xz
python2 /usr/local/bin/alternative_arch_report.py /srv/git_seed/rpm-specs/ | \
- mail -s "[Report] Packages Restricting Arches" pingou@fedoraproject.org
+ mail -s "[Report] Packages Restricting Arches" arch-excludes@lists.fedoraproject.org