From 9fae8c31144c3d034888160637b6d78b5a1953fb Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Mon, 10 Mar 2025 14:21:08 -0300 Subject: [PATCH] Clean up errors Signed-off-by: Diego Herrera --- .../pages/sop_epel_minor_mass_branching.adoc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc index 19ca17b..dece206 100644 --- a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc +++ b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc @@ -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 < ``` Where `` will be like `epel10.` and the -`` the path to the file generated by pdc above. +`` 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