Add reminder to block retired packages in koji before freeze
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
f246980806
commit
67a3c28f30
1 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue