Peter notified me today that Bodhi had not been configured to use the
pre-beta policy on F27 when the F27 release was created in Bodhi. This
patch should do the trick.
From 55a6c6044c7d6918ce158344857d0ca14c635981 Mon Sep 17 00:00:00 2001
From: Randy Barlow <[email protected]>
Date: Tue, 19 Sep 2017 13:21:43 +0000
Subject: [PATCH] Configure Bodhi to apply pre-beta policy to Fedora 27.

Signed-off-by: Randy Barlow <[email protected]>
---
 roles/bodhi2/base/templates/production.ini.j2 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2
index bf9bf09..74c0b6e 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
-f26.status = post_beta
+f27.status = pre_beta
 
-f26.post_beta.mandatory_days_in_testing = 7
-f26.post_beta.critpath.num_admin_approvals = 0
-f26.post_beta.critpath.min_karma = 2
-f26.post_beta.critpath.stable_after_days_without_negative_karma = 14
+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
 
-# f26.pre_beta.mandatory_days_in_testing = 3
-# f26.pre_beta.critpath.num_admin_approvals = 0
-# f26.pre_beta.critpath.min_karma = 1
+f27.pre_beta.mandatory_days_in_testing = 3
+f27.pre_beta.critpath.num_admin_approvals = 0
+f27.pre_beta.critpath.min_karma = 1
 
 ##
 ## Atomic OSTree support
-- 
1.8.3.1

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to