HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

koji untag-build — Remove a tag from one or more builds. More information: <https://docs.pagure.org/koji/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandremovefromclimorekoji untag-buildtagone
linux

Problem

How to use the koji untag-build command: Remove a tag from one or more builds. More information: <https://docs.pagure.org/koji/>.

Solution

koji untag-build — Remove a tag from one or more builds. More information: <https://docs.pagure.org/koji/>.

Remove a tag from one or more builds:
koji untag-build {{tag}} {{NVR1 NVR2 ...}}


Untag all versions of the package in this tag:
koji untag-build {{tag}} {{pkg1 pkg2 ...}} --all


Untag all versions of the package in this tag except the latest:
koji untag-build {{tag}} {{pkg1 pkg2 ...}} --non-latest


Test mode:
koji untag-build {{tag}} {{NVR1 NVR2 ...}} {{[-n|--test]}}


Print details:
koji untag-build {{tag}} {{NVR1 NVR2 ...}} {{[-v|--verbose]}}


Display help:
koji untag-build {{[-h|--help]}}

Code Snippets

Remove a tag from one or more builds

koji untag-build {{tag}} {{NVR1 NVR2 ...}}

Untag all versions of the package in this tag

koji untag-build {{tag}} {{pkg1 pkg2 ...}} --all

Untag all versions of the package in this tag except the latest

koji untag-build {{tag}} {{pkg1 pkg2 ...}} --non-latest

Test mode

koji untag-build {{tag}} {{NVR1 NVR2 ...}} {{[-n|--test]}}

Print details

koji untag-build {{tag}} {{NVR1 NVR2 ...}} {{[-v|--verbose]}}

Context

tldr-pages: linux/koji untag-build

Revisions (0)

No revisions yet.