Change new parameter to work as a flag
Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
parent
0cb62b2aef
commit
b80b4a83bf
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ To get the list of all the current active packages, you must run the `scripts/br
|
|||
|
||||
[source,bash,subs="attributes"]
|
||||
----
|
||||
sh scripts/branching-epel/get_all_active_packages_branching.sh {epel_new}
|
||||
sh scripts/branching-epel/get_all_active_packages_branching.sh {epel_major}
|
||||
----
|
||||
|
||||
The results will be saved to the components_epel{epel_new}.txt
|
||||
|
@ -57,7 +57,7 @@ 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}.txt
|
||||
$ sudo -u pagure python /usr/local/bin/mass-branching-git.py epel{epel_current} components_epel{epel_major}.txt epel{epel_major}
|
||||
----
|
||||
|
||||
The first argument is the new epel version and the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue