LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

koji-taginfo

print tag information from a Koji build system

TLDR

Print information about a tag
$ koji taginfo [tag]
copy
Print info for multiple tags
$ koji taginfo [tag1] [tag2]
copy
Display help
$ koji taginfo --help
copy

SYNOPSIS

koji taginfo [options] tag [tag...]

DESCRIPTION

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.

PARAMETERS

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.

SEE ALSO

Copied to clipboard
Kai