← 返回命令列表

Linux command

koji-taginfo 命令

文本

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

常用示例

Print information about a tag

koji taginfo [tag]

Print info for multiple tags

koji taginfo [tag1] [tag2]

Display help

koji taginfo --help

说明

koji taginfo prints basic information about one or more tags from a Koji build system, including the tag ID, permissions, arches, locked status, inheritance chain, and associated build targets. This is useful for inspecting how tags are configured in Fedora, CentOS, and other RPM-based distribution build systems.

参数

tag
Tag name to query (can specify multiple).
--event=_EVENT_
Query at the specified event (for historical state).
--user=_USER_
Query at the event corresponding to the given user's session.
--inherit
Show inherited information for the tag.
-h, --help
Display help information.

FAQ

What is the koji-taginfo command used for?

koji taginfo prints basic information about one or more tags from a Koji build system, including the tag ID, permissions, arches, locked status, inheritance chain, and associated build targets. This is useful for inspecting how tags are configured in Fedora, CentOS, and other RPM-based distribution build systems.

How do I run a basic koji-taginfo example?

Run `koji taginfo [tag]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does tag do in koji-taginfo?

Tag name to query (can specify multiple).