diff --git a/modules/sysadmin_guide/pages/bodhi.adoc b/modules/sysadmin_guide/pages/bodhi.adoc index 5a17754..c65fab2 100644 --- a/modules/sysadmin_guide/pages/bodhi.adoc +++ b/modules/sysadmin_guide/pages/bodhi.adoc @@ -56,11 +56,17 @@ _bodhi-manage-releases_ tool. You can add a new pending release by running this command: .... -bodhi-manage-releases create --name F23 --long-name "Fedora 23" --id-prefix FEDORA --version 23 --branch f23 --dist-tag f23 --stable-tag f23-updates --testing-tag f23-updates-testing --candidate-tag f23-updates-candidate --pending-stable-tag f23-updates-pending --pending-testing-tag f23-updates-testing-pending --override-tag f23-override --state pending +bodhi-manage-releases create --name F23 --long-name "Fedora 23" --id-prefix FEDORA --version 23 --branch rawhide --dist-tag f23 --stable-tag f23-updates --testing-tag f23-updates-testing --candidate-tag f23-updates-candidate --pending-stable-tag f23-updates-pending --pending-testing-tag f23-updates-testing-pending --override-tag f23-override --package-manager dnf --testing-repository updates-testing --state pending --not-composed-by-bodhi --create-automatic-updates .... == Pre-Beta Bodhi config +Disable automatic updates creation and enable composes by Bodhi: + +.... +bodhi-manage-releases edit --name F23 --composed-by-bodhi --no-create-automatic-updates --branch f23 +.... + Enable pre_beta policy in bodhi config in ansible.:::: ansible/roles/bodhi2/base/templates/production.ini.j2