From 1b0b4a69d828dfa55d9bf5f59f888413f3cf2a13 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 21 Sep 2017 03:48:17 +0000 Subject: [PATCH] Configure staging to also have f27 as pre-release. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/staging.ini.j2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 2d2821ab67..4b54182025 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -367,16 +367,16 @@ fedora_epel.mandatory_days_in_testing = 14 # Pre-beta enforces the Pre Beta policy defined here: # https://fedoraproject.org/wiki/Updates_Policy -#f15.status = 'pre_beta' -#f15.pre_beta.mandatory_days_in_testing = 3 -#f15.pre_beta.critpath.num_admin_approvals = 0 -#f15.pre_beta.critpath.min_karma = 1 +f27.status = pre_beta -# For test cases. -f7.status = post_beta -f7.post_beta.mandatory_days_in_testing = 7 -f7.post_beta.critpath.num_admin_approvals = 0 -f7.post_beta.critpath.min_karma = 2 +f27.post_beta.mandatory_days_in_testing = 7 +f27.post_beta.critpath.num_admin_approvals = 0 +f27.post_beta.critpath.min_karma = 2 +f27.post_beta.critpath.stable_after_days_without_negative_karma = 14 + +f27.pre_beta.mandatory_days_in_testing = 3 +f27.pre_beta.critpath.num_admin_approvals = 0 +f27.pre_beta.critpath.min_karma = 1 # The number of days worth of updates/comments to display feeds.num_days_to_show = 7