Fix SOP for final freeze - attribs, links

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
Samyak Jain 2023-10-03 12:13:16 +05:30
parent 24ed33ef98
commit cf5fc0ab6c

View file

@ -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
....