Now that we got a gold compose, we would like to change bodhi configs to reflect F28 GA changes. There are some duplicates which doesn't make sense and hence removing them. diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index f53e3aa..f146d3f 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -520,22 +520,15 @@ fedora_modular.mandatory_days_in_testing = 7 # critpath number of admin approvals, and the critpath minimum karma. For example, if we want to set # 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: -#f28.status = post_beta -#f28.post_beta.mandatory_days_in_testing = 7 -#f28.post_beta.critpath.num_admin_approvals = 0 -#f28.post_beta.critpath.min_karma = 2 -#f28.post_beta.critpath.stable_after_days_without_negative_karma = 14 -#f28.pre_beta.mandatory_days_in_testing = 3 -#f28.pre_beta.critpath.num_admin_approvals = 0 -#f28.pre_beta.critpath.min_karma = 1 -f28.status = pre_beta -f28.pre_beta.mandatory_days_in_testing = 3 -f28.pre_beta.critpath.num_admin_approvals = 0 -f28.pre_beta.critpath.min_karma = 1 +f28.status = post_beta f28.post_beta.mandatory_days_in_testing = 7 -f28.post_beta.critpath.num_admin_approvals = 0 +f28.post_beta.critpath.num_admin_approvals = 1 f28.post_beta.critpath.min_karma = 2 f28.post_beta.critpath.stable_after_days_without_negative_karma = 14 +#f28.status = pre_beta +#f28.pre_beta.mandatory_days_in_testing = 3 +#f28.pre_beta.critpath.num_admin_approvals = 0 +#f28.pre_beta.critpath.min_karma = 1 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx