This started out as a small change to drop references to
RelEngFrozen and clean up references to Frozen, but it got...
bigger.
We drop the sop_bodhi_activation page entirely (it is redundant
with the beta_freeze page, but worse).
We change the variable updated at freeze and release points to
always be `NextReleaseFrozen`, which is introduced in
https://pagure.io/fedora-infra/ansible/pull-request/2481 and
meant to have the same meaning as `RelEngFrozen` but be more
accurately named (as it's only one release that freezes, not all
of releng).
We extend the Fedora Release Infrastructure SOP page to document
starting and ending the infra freeze, and updating the
appropriate ansible variable.
beta_freeze page changes:
* General style/grammar cleanups
* s/Bodhi activation point/updates-testing activation point/g
* Clarify that freeze and u-t activation are distinct events
* Drop an obsolete warning and steps related to a now-fixed Bodhi bug
* Clarify and standardize ansible variable changes
* Correct the list of playbooks to be run (koji-hub is needed as
it depends on `Frozen`, the removed ones are not needed)
* Move the body of the email announcement into the SOP so the
release number can be templated (this is now consistent with
final_freeze)
* Simplify stable push instructions
* Drop fedora-beta.conf creation - duplicated with beta_RC_compose
* Drop incorrect text from Consider Before Running section
beta_release page changes:
* General style/grammar cleanups
* Clarify and standardize ansible variable changes
* Correct playbooks (add koji-hub), move to logical place in order
final_freeze page changes:
* Clarify and standardize ansible variable changes
* Fix empty 'Process stable push requests' section
final_release page changes:
* Clarify and standardize ansible variable changes
* Drop pungi.rpm.conf.j2 changes - depends on:
https://pagure.io/fedora-infra/ansible/pull-request/2471
* Add multiple missing playbook executions
* Update the reference PR to F41
sop_mass_branching changes:
* Correct the list of playbooks to be run - both Bodhi playbooks
are needed, MBS is gone, and there's a stray $ sign in one
Signed-off-by: Adam Williamson <awilliam@redhat.com>