From 9af44ad065478a9b20805feaa31e338ea5a0b791 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 19 2017 19:48:09 +0000 Subject: Merge #7044 `Document how to configure a Bodhi release for pre-beta.` --- diff --git a/docs/source/sop_bodhi_activation.rst b/docs/source/sop_bodhi_activation.rst index 1b1f4f8..2922931 100644 --- a/docs/source/sop_bodhi_activation.rst +++ b/docs/source/sop_bodhi_activation.rst @@ -34,6 +34,19 @@ Run the following commands in the bodhi backend. --state pending \ --username +Now edit the Bodhi ``production.ini.j2`` template in the Infrastructure Ansible repository to +configure the new release's pre-beta policy + +:: + f25.status = pre_beta + f25.post_beta.mandatory_days_in_testing = 7 + f25.post_beta.critpath.num_admin_approvals = 0 + f25.post_beta.critpath.min_karma = 2 + f25.post_beta.critpath.stable_after_days_without_negative_karma = 14 + f25.pre_beta.mandatory_days_in_testing = 3 + f25.pre_beta.critpath.num_admin_approvals = 0 + f25.pre_beta.critpath.min_karma = 1 + Now the Koji tags should be edited so that Bodhi can push updates. ::