From 2318ccb429c0afe0996d332cfa8be75426b5222f Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 2 Mar 2015 19:19:02 +0000 Subject: [PATCH] bodhi: Add the f22 pre/post beta thresholds to the frontend Signed-off-by: Luke Macken diff --git a/roles/bodhi/base/templates/bodhi-prod.cfg.j2 b/roles/bodhi/base/templates/bodhi-prod.cfg.j2 index e388eae..053942f 100644 --- a/roles/bodhi/base/templates/bodhi-prod.cfg.j2 +++ b/roles/bodhi/base/templates/bodhi-prod.cfg.j2 @@ -9,16 +9,16 @@ # Release status # pre-beta enforces the 'Pre Beta' policy defined here: # https://fedoraproject.org/wiki/Updates_Policy -f21.status = 'pre_beta' +f22.status = 'pre_beta' -f21.post_beta.mandatory_days_in_testing = 7 -f21.post_beta.critpath.num_admin_approvals = 0 -f21.post_beta.critpath.min_karma = 2 -f21.post_beta.critpath.stable_after_days_without_negative_karma = 14 +f22.post_beta.mandatory_days_in_testing = 7 +f22.post_beta.critpath.num_admin_approvals = 0 +f22.post_beta.critpath.min_karma = 2 +f22.post_beta.critpath.stable_after_days_without_negative_karma = 14 -f21.pre_beta.mandatory_days_in_testing = 3 -f21.pre_beta.critpath.num_admin_approvals = 0 -f21.pre_beta.critpath.min_karma = 1 +f22.pre_beta.mandatory_days_in_testing = 3 +f22.pre_beta.critpath.num_admin_approvals = 0 +f22.pre_beta.critpath.min_karma = 1 # Bodhi Defaults: # -- 1.7.2.1