snippetbashTip
koji untag-build — Remove a tag from one or more builds. More information: <https://docs.pagure.org/koji/>.
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 ...}} --allUntag all versions of the package in this tag except the latest:
koji untag-build {{tag}} {{pkg1 pkg2 ...}} --non-latestTest 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 ...}} --allUntag all versions of the package in this tag except the latest
koji untag-build {{tag}} {{pkg1 pkg2 ...}} --non-latestTest 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.