distgit-bz: notify differently in stg and in prod
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d5d7ed3c31
commit
cfb91ec4f0
1 changed files with 7 additions and 0 deletions
|
@ -34,9 +34,16 @@ Reassigning to the new maintainer of this component.
|
||||||
send_mails = true
|
send_mails = true
|
||||||
smtp_host = "bastion.fedoraproject.org"
|
smtp_host = "bastion.fedoraproject.org"
|
||||||
from = "accounts@fedoraproject.org"
|
from = "accounts@fedoraproject.org"
|
||||||
|
{% if env == 'staging' %}
|
||||||
notify_admins = [
|
notify_admins = [
|
||||||
"pingou_stg@pingoured.fr",
|
"pingou_stg@pingoured.fr",
|
||||||
]
|
]
|
||||||
|
{% else %}
|
||||||
|
notify_admins = [
|
||||||
|
"pingou@fedoraproject.org",
|
||||||
|
"kevin@fedoraproject.org",
|
||||||
|
]
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[email.templates]
|
[email.templates]
|
||||||
admin_notification = """
|
admin_notification = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue