From 0cb62b2aef3ad7bec34bed5c2c9ffad93f369e16 Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Mon, 10 Mar 2025 14:21:08 -0300 Subject: [PATCH] Fix explanation Signed-off-by: Diego Herrera --- .../release_guide/pages/sop_epel_minor_mass_branching.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 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 1c74a8c..04c45fe 100644 --- a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc +++ b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc @@ -57,11 +57,11 @@ On `pkgs01.stg` (for testing) or `pkgs02` (for production), run: [source,bash,subs="attributes"] ---- -$ sudo -u pagure python /usr/local/bin/mass-branching-git.py {epel_new} components_epel{epel_new} +$ sudo -u pagure python /usr/local/bin/mass-branching-git.py {epel_new} components_epel{epel_new}.txt ---- -Where `` will be like `epel{epel_new}` and the -`` the path to the file generated in the previous step. +The first argument is the new epel version and the +second one is the path to the file generated in the previous step. == Ansible