From 7e86c49fe372c65b680cf8d231d386738f877cc6 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 3 May 2018 19:51:18 +0000 Subject: [PATCH] Fix Pre and Post Beta Bodhi policies Signed-off-by: Mohan Boddu --- roles/bodhi2/base/templates/production.ini.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 145488a8b5..b51eed08e0 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -522,13 +522,12 @@ fedora_modular.mandatory_days_in_testing = 7 # could do something like this: #f29.status = post_beta #f29.post_beta.mandatory_days_in_testing = 7 -#f29.post_beta.critpath.num_admin_approvals = 0 #f29.post_beta.critpath.min_karma = 2 #f29.post_beta.critpath.stable_after_days_without_negative_karma = 14 #f29.status = pre_beta #f29.pre_beta.mandatory_days_in_testing = 3 -#f29.pre_beta.critpath.num_admin_approvals = 0 #f29.pre_beta.critpath.min_karma = 1 +#f29.pre_beta.critpath.stable_after_days_without_negative_karma = 14 ## ## Buildroot Override