distgit-bz: let's run the production environment in prod
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
430daf7ff1
commit
4495994c42
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
{% if env == 'staging' %}
|
||||||
environment = "staging"
|
environment = "staging"
|
||||||
|
{% else %}
|
||||||
|
environment = "production"
|
||||||
|
{% endif %}
|
||||||
data_cache = "/var/tmp/pagure_sync_bz.json"
|
data_cache = "/var/tmp/pagure_sync_bz.json"
|
||||||
default_qa_contact_email = "extras-qa@fedoraproject.org"
|
default_qa_contact_email = "extras-qa@fedoraproject.org"
|
||||||
bz_maintainer_change_comment = """
|
bz_maintainer_change_comment = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue