Fix bodhi email in stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2b02820f7f
commit
d1b8077874
1 changed files with 5 additions and 1 deletions
|
@ -271,7 +271,11 @@ smtp_server = bastion
|
|||
# bodhi_email = updates@fedoraproject.org
|
||||
# This is the password used to access Bodhi's bugzilla account.
|
||||
# bodhi_password =
|
||||
bodhi_email = updates@{{env_suffix}}fedoraproject.org
|
||||
{% if env == "staging" %}
|
||||
bodhi_email = updates@stg.fedoraproject.org
|
||||
{% else %}
|
||||
bodhi_email = updates@fedoraproject.org
|
||||
{% endif %}
|
||||
bodhi_password = {{ bodhiBugzillaPassword }}
|
||||
|
||||
# The address that gets the requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue