Linux command
koji-tag-build 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Tag
koji tag-build [tag] [nvr]
Example
koji tag-build [tag] [nvr1] [nvr2]
Example
koji tag-build [tag] [nvr] --nowait
Force
koji tag-build [tag] [nvr] --force
Example
koji tag-build --help
说明
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.
参数
- 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
FAQ
What is the koji-tag-build command used for?
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.
How do I run a basic koji-tag-build example?
Run `koji tag-build [tag] [nvr]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does tag do in koji-tag-build?
The tag name to apply