diff --git a/modules/release_guide/pages/final_freeze.adoc b/modules/release_guide/pages/final_freeze.adoc index 87e37cd..9c2573f 100644 --- a/modules/release_guide/pages/final_freeze.adoc +++ b/modules/release_guide/pages/final_freeze.adoc @@ -6,22 +6,25 @@ Before freezing everything we need to do the last stable push in bodhi. == Stable push +[source,subs="attributes+"] .... -$sudo -u apache bodhi-push --releases --stable '{branched},{branched}M' +$ sudo -u apache bodhi-push --releases --stable '{branched}' .... == Ansible changes Freeze is enabled by editing -https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/vars/all/RelEngFrozen.yaml[RelEngFrozen +https://pagure.io/fedora-infra/ansible/blob/main/f/vars/all/RelEngFrozen.yaml[RelEngFrozen variable] in infra ansible repo and then run the bodhi playbook. +[source,subs="attributes+"] .... $ sudo rbac-playbook groups/bodhi-backend.yml .... == Update bodhi release +[source,subs="attributes+"] .... $ bodhi releases edit --name {branched} --state frozen ....