From ac8cc05119c86098a519a47d19599b41694725c4 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 26 Apr 2018 20:06:05 +0000 Subject: [PATCH] Bodhi F28 release status update Signed-off-by: Mohan Boddu --- roles/bodhi2/base/templates/production.ini.j2 | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index f53e3aae4d..f146d3f285 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.status = post_beta +f28.post_beta.mandatory_days_in_testing = 7 +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 -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.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 ## ## Buildroot Override