diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index ac47dfaafa..524067fc40 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -544,10 +544,10 @@ critpath.jsonpath = /etc/bodhi/critpath # critpath_pkgs = # 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 +critpath.mandatory_days_in_testing = 14 # The minimum amount of time an update must spend in testing before # it can reach the stable repository @@ -579,7 +579,7 @@ f{{ FedoraBranchedNumber }}.pre_beta.critpath.mandatory_days_in_testing = 0 f{{ FedoraBranchedNumber }}.status = pre_beta f{{ FedoraBranchedNumber }}.pre_beta.mandatory_days_in_testing = 3 f{{ FedoraBranchedNumber }}.pre_beta.min_karma = 1 -f{{ FedoraBranchedNumber }}.pre_beta.critpath.mandatory_days_in_testing = 14 +f{{ FedoraBranchedNumber }}.pre_beta.critpath.mandatory_days_in_testing = 3 {% elif FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'postbeta' %} f{{ FedoraBranchedNumber }}.status = post_beta f{{ FedoraBranchedNumber }}.post_beta.mandatory_days_in_testing = 7