From 8f8106b74f0553bcfd38d4e29967236823e1cac9 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Sep 19 2017 14:36:49 +0000 Subject: Document how to configure a Bodhi release for pre-beta. Signed-off-by: Randy Barlow --- diff --git a/docs/source/sop_bodhi_activation.rst b/docs/source/sop_bodhi_activation.rst index 0912a51..28f90e6 100644 --- a/docs/source/sop_bodhi_activation.rst +++ b/docs/source/sop_bodhi_activation.rst @@ -20,6 +20,19 @@ Run the following commands in the bodhi backend. :: $ bodhi-manage-releases create --name F25 --long-name "Fedora 25" --id-prefix FEDORA --version 25 --branch f25 --dist-tag f25 --stable-tag f25-updates --testing-tag f25-updates-testing --candidate-tag f25-updates-candidate --pending-stable-tag f25-updates-pending --pending-testing-tag f25-updates-testing-pending --override-tag f25-override --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. ::