bodhi: bodhi doesn't know about preenable
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
15ed96ff63
commit
a7a2c0232f
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ fedora_modular.mandatory_days_in_testing = 7
|
||||||
# Fedora 28 as a pre-beta, and we want it to have different rules in pre-beta and post-beta, we
|
# Fedora 28 as a pre-beta, and we want it to have different rules in pre-beta and post-beta, we
|
||||||
# could do something like this:
|
# could do something like this:
|
||||||
{% if FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'preenable' %}
|
{% if FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'preenable' %}
|
||||||
f{{ FedoraBranchedNumber }}.status = preenable
|
f{{ FedoraBranchedNumber }}.status = pre_beta
|
||||||
f{{ FedoraBranchedNumber }}.pre_beta.mandatory_days_in_testing = 0
|
f{{ FedoraBranchedNumber }}.pre_beta.mandatory_days_in_testing = 0
|
||||||
{% elif FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'prebeta' %}
|
{% elif FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'prebeta' %}
|
||||||
f{{ FedoraBranchedNumber }}.status = pre_beta
|
f{{ FedoraBranchedNumber }}.status = pre_beta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue