The bodhi masher that runs our periodic jobs (releng04) never got updated to
handle the f18 pre/post beta updates policy. This means that even though bodhi
is properly enforcing the mandatory 3 days in testing, it's still sending
emails after 7 days. This is a very low-risk change that will mitigate a lot of
confusion.

+1's?

Thanks,

luke

--- a/modules/bodhi/templates/bodhi-masher-jobrunner.cfg.erb
+++ b/modules/bodhi/templates/bodhi-masher-jobrunner.cfg.erb
@@ -5,19 +5,19 @@
 ##
 ## $Id: bodhi-prod.cfg.erb,v 1.8 2008/05/21 23:38:07 lmacken Exp $
 ##
-#
+
 # Release status
 # pre-beta enforces the 'Pre Beta' policy defined here:
 # https://fedoraproject.org/wiki/Updates_Policy
-f17.status = 'post_beta'
+f18.status = 'pre_beta'
 
-f17.post_beta.mandatory_days_in_testing = 7
-f17.post_beta.critpath.num_admin_approvals = 0
-f17.post_beta.critpath.min_karma = 2
+f18.post_beta.mandatory_days_in_testing = 7
+f18.post_beta.critpath.num_admin_approvals = 0
+f18.post_beta.critpath.min_karma = 2
 
-f17.pre_beta.mandatory_days_in_testing = 3
-f17.pre_beta.critpath.num_admin_approvals = 1
-f17.pre_beta.critpath.min_karma = 1
+f18.pre_beta.mandatory_days_in_testing = 3
+f18.pre_beta.critpath.num_admin_approvals = 1
+f18.pre_beta.critpath.min_karma = 1

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to