diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 6afd2e1580..19a0d1cbfc 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -601,11 +601,9 @@ f{{ FedoraBranchedNumber }}.post_beta.critpath.stable_after_days_without_negativ # in testing f{{ FedoraRawhideNumber }}c.status = pre_beta f{{ FedoraRawhideNumber }}c.pre_beta.mandatory_days_in_testing = 0 -{% if env == 'staging' %} -# In staging enable shipping rpm through bodhi. Updates don't require any day in testing. +# Rawhide gating - Updates in rawhide don't require any days in testing. f{{ FedoraRawhideNumber }}.status = pre_beta f{{ FedoraRawhideNumber }}.pre_beta.mandatory_days_in_testing = 0 -{% endif %} ## ## Buildroot Override ##