Fix grep on koji list command
Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
parent
bd17b50127
commit
6eae406dd1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ List all running tasks and select only those relevant for current branching.
|
|||
|
||||
[source,bash,subs="attributes"]
|
||||
----
|
||||
$ koji list-builds --state=0 --type=rpm | grep epel{epel_major} | awk '{print $1}'
|
||||
$ koji list-builds --state=0 --type=rpm | grep el{epel_major}_0 | awk '{print $1}'
|
||||
----
|
||||
|
||||
Cancel each of those tasks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue