diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index d0acbe0d01..55a5e46d39 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -640,6 +640,11 @@ f{{ FedoraBranchedNumber }}.post_beta.critpath.min_karma = 2 f{{ FedoraBranchedNumber }}.post_beta.critpath.stable_after_days_without_negative_karma = 14 {% endif %} +# Rawhide layered containers are shipped through bodhi and rawhide containers not require any day +# in testing +f{{ FedoraRawhideNumber }}c.status = pre_beta +f{{ FedoraRawhideNumber }}c.pre_beta.mandatory_days_in_testing = 0 + ## ## Buildroot Override ##