For now send all the notifs to me
This commit is contained in:
parent
e878f0bbfd
commit
b007fb8249
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue