Include more devs in error emails.

This commit is contained in:
Ralph Bean 2017-08-09 14:03:38 +00:00
parent ff3b5478f5
commit 27c8f24930

View file

@ -59,7 +59,10 @@ FASPASS = '{{ fedorathirdpartyPassword }}'
BUGZILLA_OVERRIDE_REPO = 'releng/fedora-scm-requests'
NOTIFYEMAIL = [
'kevin@fedoraproject.org',
'pingou@fedoraproject.org']
'pingou@fedoraproject.org',
'ralph@fedoraproject.org',
'mprahl@fedoraproject.org',
]
DRY_RUN = False
{% if env == 'staging' %}