Add Koschei EOL steps to Koschei sysadmin guide and EOL SOP
The Koschei collection for the EOL release needs to be removed at EOL. Add instructions for that to the Koschei sysadmin guide and link them from the EOL SOP. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0c93bda207
commit
77b843beb7
2 changed files with 18 additions and 0 deletions
|
@ -230,6 +230,18 @@ Then you can optionally verify that the collection configuration is
|
|||
correct by visiting https://koschei.fedoraproject.org/collections
|
||||
and examining the configuration of the newly branched collection.
|
||||
|
||||
== Removing an EOL Fedora release
|
||||
|
||||
When a Fedora release goes EOL its collection must be removed from Koschei.
|
||||
Otherwise Koschei will flood Koji with scratch build attempts that fail.
|
||||
To do this, from the admin pod, run:
|
||||
|
||||
....
|
||||
koschei-admin delete-collection --force f39
|
||||
....
|
||||
|
||||
with '39' changed to the number of the release going EOL.
|
||||
|
||||
== Edit Koschei group to make it global
|
||||
|
||||
To turn `mygroup` group created by user `someuser` into a global group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue