Fix SOP for final freeze - attribs, links
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
24ed33ef98
commit
cf5fc0ab6c
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
....
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue