From b007fb82494ded1ca9b3f06f808ce9bb210491b9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 1 Nov 2016 10:27:34 +0100 Subject: [PATCH] For now send all the notifs to me --- roles/git/hooks/files/post-receive-alternativearch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch index 8d90a4209a..b57d57f7ce 100755 --- a/roles/git/hooks/files/post-receive-alternativearch +++ b/roles/git/hooks/files/post-receive-alternativearch @@ -19,9 +19,9 @@ 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 = '' +TO_MAIL = 'pingou_git@pingoured.fr' CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s.git/commit/?id=%s' -EMAIL_SEND = False +EMAIL_SEND = True SMTP_SERVER = 'localhost' SMTP_PORT = 25 DEBUG = True