Bodhi-stg: fix some config settings for new release
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
f239f3db02
commit
d5114837da
1 changed files with 13 additions and 5 deletions
|
@ -548,6 +548,9 @@ critpath.jsonpath = /etc/bodhi/critpath
|
||||||
# The net karma required to submit a critial path update to a pending release.
|
# The net karma required to submit a critial path update to a pending release.
|
||||||
# min_karma = 2
|
# min_karma = 2
|
||||||
|
|
||||||
|
# Allow critpath to submit for stable after 2 weeks with no negative karma
|
||||||
|
# critpath.mandatory_days_in_testing = 14
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
# The number of admin approvals it takes to be able to push a critical path
|
# The number of admin approvals it takes to be able to push a critical path
|
||||||
|
@ -558,11 +561,11 @@ critpath.num_admin_approvals = 0
|
||||||
# The net karma required to submit a critial path update to a pending release.
|
# The net karma required to submit a critial path update to a pending release.
|
||||||
# critpath.min_karma = 2
|
# critpath.min_karma = 2
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Allow critpath to submit for stable after 2 weeks with no negative karma
|
# Allow critpath to submit for stable after 2 weeks with no negative karma
|
||||||
# critpath.stable_after_days_without_negative_karma = 14
|
# critpath.stable_after_days_without_negative_karma = 14
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# The minimum amount of time an update must spend in testing before
|
# The minimum amount of time an update must spend in testing before
|
||||||
# it can reach the stable repository
|
# it can reach the stable repository
|
||||||
fedora.mandatory_days_in_testing = 7
|
fedora.mandatory_days_in_testing = 7
|
||||||
|
@ -600,7 +603,7 @@ f{{ FedoraBranchedNumber }}.pre_beta.critpath.mandatory_days_in_testing = 14
|
||||||
f{{ FedoraBranchedNumber }}.status = post_beta
|
f{{ FedoraBranchedNumber }}.status = post_beta
|
||||||
f{{ FedoraBranchedNumber }}.post_beta.mandatory_days_in_testing = 7
|
f{{ FedoraBranchedNumber }}.post_beta.mandatory_days_in_testing = 7
|
||||||
f{{ FedoraBranchedNumber }}.post_beta.min_karma = 2
|
f{{ FedoraBranchedNumber }}.post_beta.min_karma = 2
|
||||||
f{{ FedoraBranchedNumber }}.post_beta.critpath.stable_after_days_without_negative_karma = 14
|
f{{ FedoraBranchedNumber }}.post_beta.critpath.mandatory_days_in_testing = 14
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Rawhide layered containers are shipped through bodhi and rawhide containers not require any day
|
# Rawhide layered containers are shipped through bodhi and rawhide containers not require any day
|
||||||
|
@ -613,6 +616,11 @@ f{{ FedoraRawhideNumber }}.pre_beta.mandatory_days_in_testing = 0
|
||||||
f{{ FedoraRawhideNumber }}.pre_beta.min_karma = 0
|
f{{ FedoraRawhideNumber }}.pre_beta.min_karma = 0
|
||||||
f{{ FedoraRawhideNumber }}.pre_beta.critpath.mandatory_days_in_testing = 0
|
f{{ FedoraRawhideNumber }}.pre_beta.critpath.mandatory_days_in_testing = 0
|
||||||
|
|
||||||
|
# ELN gating - Updates in ELN don't require any days in testing.
|
||||||
|
eln.status = pre_beta
|
||||||
|
eln.pre_beta.mandatory_days_in_testing = 0
|
||||||
|
eln.pre_beta.critpath.mandatory_days_in_testing = 0
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{% if FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'preenable' %}
|
{% if FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'preenable' %}
|
||||||
|
@ -642,13 +650,13 @@ f{{ FedoraRawhideNumber }}.pre_beta.mandatory_days_in_testing = 0
|
||||||
f{{ FedoraRawhideNumber }}.pre_beta.critpath.min_karma = 0
|
f{{ FedoraRawhideNumber }}.pre_beta.critpath.min_karma = 0
|
||||||
f{{ FedoraRawhideNumber }}.pre_beta.critpath.stable_after_days_without_negative_karma = 0
|
f{{ FedoraRawhideNumber }}.pre_beta.critpath.stable_after_days_without_negative_karma = 0
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# ELN gating - Updates in ELN don't require any days in testing.
|
# ELN gating - Updates in ELN don't require any days in testing.
|
||||||
eln.status = pre_beta
|
eln.status = pre_beta
|
||||||
eln.pre_beta.mandatory_days_in_testing = 0
|
eln.pre_beta.mandatory_days_in_testing = 0
|
||||||
eln.pre_beta.critpath.stable_after_days_without_negative_karma = 0
|
eln.pre_beta.critpath.stable_after_days_without_negative_karma = 0
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# EPEL bootstrap - During bootstrap updates don't require any days in testing.
|
# EPEL bootstrap - During bootstrap updates don't require any days in testing.
|
||||||
epel{{ EPELBootstrapNumber }}.status = pre_beta
|
epel{{ EPELBootstrapNumber }}.status = pre_beta
|
||||||
epel{{ EPELBootstrapNumber }}.pre_beta.mandatory_days_in_testing = 0
|
epel{{ EPELBootstrapNumber }}.pre_beta.mandatory_days_in_testing = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue