Clean up errors

Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
Diego Herrera 2025-03-10 14:21:08 -03:00
parent 916e6b2634
commit 9fae8c3114

View file

@ -38,17 +38,17 @@ Now we need to update dist-git in two steps:
* Create the new branch in git
For both of these actions you will need the file generated by pdc above.
For both of these actions you will need the list of active repos in EPEL10.
=== Get current EPEL active packages
To get the list of all the current active packages, you must run the `scripts/branching-epe/get_all_active_packages_branching.sh` script.
```
sh scripts/branching-epel/get_all_active_packages_branching.sh 10.{next_minor}
sh scripts/branching-epel/get_all_active_packages_branching.sh 10.1
```
The results will be saved to the components_epel10.{next_minor}.txt
The results will be saved to the components_epel10.1.txt
=== Create the git branches
@ -59,7 +59,7 @@ $ sudo -u pagure python /usr/local/bin/mass-branching-git.py <new branch name> <
```
Where `<new branch name>` will be like `epel10.<new minor>` and the
`<input file>` the path to the file generated by pdc above.
`<input file>` the path to the file generated in the previous step.
== Ansible
@ -211,7 +211,3 @@ infra ticket] to update the database of mirrormanager.
Branch new fedora EPEL10 minor in
https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/koschei/#_branching_a_new_fedora_release[koschei].
== Consider Before Running
NOTE: FIXME: Need some love here