LinuxCommandLibrary

koji-untag-build

removes a tag from one or more builds

TLDR

Remove tag from a build

$ koji untag-build [tag] [nvr]
copy
Untag all versions of a package
$ koji untag-build [tag] [package] --all
copy
Untag all except latest version
$ koji untag-build [tag] [package] --non-latest
copy
Test mode (dry run)
$ koji untag-build [tag] [nvr] --test
copy
Untag with verbose output
$ koji untag-build [tag] [nvr] --verbose
copy
Display help
$ koji untag-build --help
copy

SYNOPSIS

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

DESCRIPTION

koji untag-build removes a tag from one or more builds. This is used to remove packages from repositories or clean up old builds.

PARAMETERS

tag

The tag to remove from builds
nvr
Build specified by Name-Version-Release
--all
Untag all versions of the package in this tag
--non-latest
Untag all versions except the latest
-n, --test
Test mode - show what would be done without doing it
-v, --verbose
Print verbose output
-h, --help
Display help information

CAVEATS

Untagging builds may affect repository contents. Use `--test` to preview changes before applying them.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community