Also includes updates to reflect the new deployment style, and a brief
guide on testing in staging.
Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This updates the branch time instructions to include setting an
EOL for Branched. With
https://pagure.io/fedora-infra/toddlers/pull-request/326 we no
longer need to avoid doing it, and we should set one at branch
time to be in sync with the schedule and fedora-release.
We also update the instructions at Final release time to be more
explicit about what the EOL should be set to, syncing it with
the schedule and fedora-release, and also checking the EOLs for
other releases. We drop the reference to `adjust-eol-all.py`
because that was for PDC.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This is nice and all, but unless you have dnssec enabled, it
could be you get redirected to a attacker host.
We also no longer mention sshfp anywhere here, so makes sense to just
drop it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
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>
This commit removes all the documentation related to fedmsg and
github2fedmsg. Removes all the mentions of fedmsg when it makes sense or
change it to Fedora messaging.
I didn't updated
modules/releng_misc_guide/pages/sop_pushing_updates.adoc as this needs
somebody with the knowledge of the process to update it.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>