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

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbuildskoji tag-buildapplyclimoretagone
linux

Problem

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

Solution

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

Apply a tag to one or more builds:
koji tag-build {{tag}} {{NVR1 NVR2 ...}}


Don't wait on task:
koji tag-build {{tag}} {{NVR1 NVR2 ...}} --nowait


Force operation:
koji tag-build {{tag}} {{NVR1 NVR2 ...}} --force


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

Code Snippets

Apply a tag to one or more builds

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

Don't wait on task

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

Force operation

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

Display help

koji tag-build {{[-h|--help]}}

Context

tldr-pages: linux/koji tag-build

Revisions (0)

No revisions yet.