From 23b420db3f5adfe41f7ab26d343acce419dd052c Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 16 Mar 2016 18:40:16 +0000 Subject: [PATCH] bodhi: Enable the f24 pre-beta policy --- roles/bodhi2/base/templates/production.ini.j2 | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 866857bd6d..150b957e63 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -10,16 +10,16 @@ filter-with = proxy-prefix # Release status # pre-beta enforces the 'Pre Beta' policy defined here: # https://fedoraproject.org/wiki/Updates_Policy -#f23.status = pre_beta -# -#f23.post_beta.mandatory_days_in_testing = 7 -#f23.post_beta.critpath.num_admin_approvals = 0 -#f23.post_beta.critpath.min_karma = 2 -#f23.post_beta.critpath.stable_after_days_without_negative_karma = 14 -# -#f23.pre_beta.mandatory_days_in_testing = 3 -#f23.pre_beta.critpath.num_admin_approvals = 0 -#f23.pre_beta.critpath.min_karma = 1 +f24.status = pre_beta + +f24.post_beta.mandatory_days_in_testing = 7 +f24.post_beta.critpath.num_admin_approvals = 0 +f24.post_beta.critpath.min_karma = 2 +f24.post_beta.critpath.stable_after_days_without_negative_karma = 14 + +f24.pre_beta.mandatory_days_in_testing = 3 +f24.pre_beta.critpath.num_admin_approvals = 0 +f24.pre_beta.critpath.min_karma = 1 ## ## Atomic OSTree support