← 返回命令列表

Linux command

koji-untag-build 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Remove tag

koji untag-build [tag] [name-version-release]

Remove tag

koji untag-build [tag] [nvr1] [nvr2]

Example

koji untag-build [tag] [package] --all

Example

koji untag-build [tag] [package] --non-latest

Dry run

koji untag-build [tag] [nvr] --test

Example

koji untag-build [tag] [nvr] --verbose

说明

koji untag-build removes a tag from one or more builds in the Koji build system. Builds can be specified by name-version-release (NVR) or by package name when combined with `--all` or `--non-latest`. This is used to remove packages from repositories or clean up old builds.

参数

--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 actually doing it.
-v, --verbose
Print verbose output.
-h, --help
Display help information.

FAQ

What is the koji-untag-build command used for?

koji untag-build removes a tag from one or more builds in the Koji build system. Builds can be specified by name-version-release (NVR) or by package name when combined with `--all` or `--non-latest`. This is used to remove packages from repositories or clean up old builds.

How do I run a basic koji-untag-build example?

Run `koji untag-build [tag] [name-version-release]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --all do in koji-untag-build?

Untag all versions of the package in this tag.