Add reminder to block retired packages in koji before freeze

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-11-20 16:22:31 +01:00
parent f246980806
commit 67a3c28f30

View file

@ -2,6 +2,29 @@ include::_partials/attributes.adoc[]
= Fedora Final Freeze
== Make sure all retired packages are blocked in koji
Before the freeze we have to make sure all retired packages have been blocked in koji.
To do this, [run the script](https://pagure.io/releng/blob/main/f/scripts/get_retired_packages.sh) that collects all the retired packages
and outputs them into json files in the [lookaside cache](https://src.fedoraproject.org/lookaside).
....
$ ssh pkgs01.fedoraproject.org
$ cd releng/scripts && bash get_retired_packages.sh
....
This script will run about 20 minutes. Once finished, run toddler 'koji_block_retired' to block all retired packages in koji.
Web console: https://console-openshift-console.apps.ocp.fedoraproject.org
....
oc login --token=<token> --server=https://api.ocp.fedoraproject.org:6443
oc project poddlers
oc rsh dc/koji_block_retired
python3 /code/toddlers/playtime.py koji_block_retired
....
Before freezing everything we need to do the last stable push in bodhi.
== Stable push