releng / ftbfs: Use partner-bugzilla in staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8617fa3573
commit
63c2188186
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
[bugzilla]
|
[bugzilla]
|
||||||
|
{% if env == "production" %}
|
||||||
|
bugzilla=https://bugzilla.redhat.com/
|
||||||
|
{% elif env == 'staging' %}
|
||||||
|
bugzilla=https://partner-bugzilla.redhat.com/
|
||||||
|
{% endif %}
|
||||||
username={{ ftbfs_bugzilla_account }}
|
username={{ ftbfs_bugzilla_account }}
|
||||||
password={{ ftbfs_bugzilla_password }}
|
password={{ ftbfs_bugzilla_password }}
|
||||||
tracking=1868278
|
tracking=1868278
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue