From 27c8f24930019d6ad1be5b83e455dbefe30c7385 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 9 Aug 2017 14:03:38 +0000 Subject: [PATCH] Include more devs in error emails. --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 4df88c7dde..630455e91c 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -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' %}