LinuxCommandLibrary

koji-buildinfo

displays information about builds in the Koji build system

TLDR

Print basic information about builds

$ koji buildinfo [BuildID_or_NVR]
copy
Print information with changelog
$ koji buildinfo [BuildID_or_NVR] --changelog
copy
Display help
$ koji buildinfo -h
copy

SYNOPSIS

koji buildinfo [options] build...

DESCRIPTION

koji buildinfo displays information about builds in the Koji build system. It shows details like build state, owner, tags, source, and timestamps.
Builds can be specified by their numeric ID or by NVR (Name-Version-Release) format like "python-3.9.1-1.fc34".

PARAMETERS

BuildIDorNVR

Build ID number or Name-Version-Release string
--changelog
Include changelog information in output
-h, --help
Display help message

CAVEATS

Requires network access to the Koji hub. Some builds may have restricted visibility based on access controls.

HISTORY

koji buildinfo is part of the Koji build system used by Fedora, CentOS, and other RPM-based distributions for package building and management.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community