mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-06-15 06:27:00 +08:00
add cleanup-koji-stg.sh script
This commit is contained in:
9
cleanup-koji-stg.sh
Executable file
9
cleanup-koji-stg.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# default's *42* lkocman's *43 as well
|
||||
|
||||
for mvr in testmodule-4.3.43-1 testmodule-4.3.42-1; do
|
||||
koji --config /etc/rida/koji.conf remove-target $mvr
|
||||
koji --config /etc/rida/koji.conf remove-tag $mvr
|
||||
koji --config /etc/rida/koji.conf remove-tag $mvr-build
|
||||
done
|
||||
Reference in New Issue
Block a user