LinuxCommandLibrary

koji-tag-build

applies a tag to one or more builds

TLDR

Tag a build

$ koji tag-build [tag] [nvr]
copy
Tag multiple builds
$ koji tag-build [tag] [nvr1] [nvr2]
copy
Tag without waiting
$ koji tag-build [tag] [nvr] --nowait
copy
Force tag operation
$ koji tag-build [tag] [nvr] --force
copy
Display help
$ koji tag-build --help
copy

SYNOPSIS

koji tag-build [options] tag nvr [nvr...]

DESCRIPTION

koji tag-build applies a tag to one or more builds. Tags in Koji are used to organize builds and control which packages appear in repositories.

PARAMETERS

tag

The tag name to apply
nvr
Build specified by Name-Version-Release (can specify multiple)
--nowait
Do not wait for task completion
--force
Force tagging even if policy would prevent it
-h, --help
Display help information

CAVEATS

Tagging requires appropriate permissions. Some tags have policies that restrict which packages can be tagged.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community