mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
Save pingou's email box
We should not flood his mailbox anymore. I set it to go to admin@fedoraproject.org, but if it's too much for everyone we could just set it to nobody, or adjust it so it doesn't send so many, or something else. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -49,7 +49,7 @@ ADMIN_GROUP = ['cvsadmin', 'sysadmin-main']
|
||||
ADMIN_EMAIL = 'admin@fedoraproject.org'
|
||||
|
||||
### The email address to which the flask.log will send the errors (tracebacks)
|
||||
EMAIL_ERROR = 'pingou@pingoured.fr'
|
||||
EMAIL_ERROR = 'admin@fedoraproject.org'
|
||||
|
||||
### Default SMTP server to use for sending emails
|
||||
SMTP_SERVER = 'bastion'
|
||||
@@ -212,7 +212,7 @@ LOGGING = {
|
||||
'class': 'logging.handlers.SMTPHandler',
|
||||
'mailhost': 'bastion',
|
||||
'fromaddr': 'pagure@src.fedoraproject.org',
|
||||
'toaddrs': 'pingou@pingoured.fr',
|
||||
'toaddrs': 'admin@fedoraproject.org',
|
||||
'subject': 'ERROR on pagure - dist-git',
|
||||
'filters': ['myfilter'],
|
||||
},
|
||||
|
||||
@@ -15,7 +15,7 @@ LOG_DIR = '/var/www/logs'
|
||||
API_KEY = '{{ kerneltest_api_key }}'
|
||||
|
||||
# Email of the admin that should receive the error emails
|
||||
MAIL_ADMIN = 'pingou@pingoured.fr'
|
||||
MAIL_ADMIN = 'admin@fedoraproject.org'
|
||||
|
||||
# FAS group or groups (provided as a list) in which should be the admins
|
||||
# of this application
|
||||
|
||||
@@ -41,13 +41,13 @@ DB_URL = 'postgresql://{{ pagure_db_user }}:{{ pagure_db_pass }}@{{ pagure_db_ho
|
||||
|
||||
### The FAS group in which the admin of pagure are
|
||||
ADMIN_GROUP = None
|
||||
PAGURE_ADMIN_USERS = ["pingou", "kevin", "mobrien", "nb", "zlopez", "ryanlerch"]
|
||||
PAGURE_ADMIN_USERS = ["pingou", "kevin", "nb", "zlopez", "ryanlerch"]
|
||||
|
||||
# The publicly visible admin email address
|
||||
ADMIN_EMAIL = 'admin@fedoraproject.org'
|
||||
|
||||
### The email address to which the flask.log will send the errors (tracebacks)
|
||||
EMAIL_ERROR = 'pingou@pingoured.fr'
|
||||
EMAIL_ERROR = 'admin@fedoraproject.org'
|
||||
|
||||
### Default SMTP server to use for sending emails
|
||||
SMTP_SERVER = 'localhost'
|
||||
|
||||
Reference in New Issue
Block a user