Switch the FTBFS reminder to F36
Packages FTBFSing on stable releases are not that commonly reported anyway.
This commit is contained in:
parent
88a5027744
commit
7646e57ffa
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
[bugzilla]
|
[bugzilla]
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
bugzilla=https://bugzilla.redhat.com/
|
bugzilla=https://bugzilla.redhat.com/
|
||||||
tracking=1927309
|
tracking=1992484
|
||||||
{% elif env == 'staging' %}
|
{% elif env == 'staging' %}
|
||||||
bugzilla=https://bugzilla.stage.redhat.com/
|
bugzilla=https://bugzilla.stage.redhat.com/
|
||||||
tracking=1732434
|
tracking=1732434
|
||||||
{% endif %}
|
{% endif %}
|
||||||
username={{ ftbfs_bugzilla_account }}
|
username={{ ftbfs_bugzilla_account }}
|
||||||
password={{ ftbfs_bugzilla_password }}
|
password={{ ftbfs_bugzilla_password }}
|
||||||
fedora=f35
|
fedora=f36
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue