-
Task
-
Resolution: Unresolved
-
Undefined
-
None
Original reporter: carl@redhat.com
The issue:
The koschei command we need to run to create a new collection is rather confusing, and the example given in the admin guide isn't really helpful as it's tied to how Rawhide works. Today during mass branching we sorted out the correct command, which we should add directly to our SOP.
```
koschei-admin branch-collection -d 'EPEL 10.2' -t epel10.3 --bugzilla-version epel10 epel10.2 epel10.3
```
This should of course be templated out with `{{ epel_major }}`, `{{ epel_minor }}`, and `{{ epel_branched_minor }}`.