← 返回命令列表

Linux command

koji-buildinfo 命令

文本

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

常用示例

Example

koji buildinfo [BuildID_or_NVR]

Example

koji buildinfo [BuildID_or_NVR] --changelog

Example

koji buildinfo -h

说明

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".

参数

--changelog
Include changelog information in output
-h, --help
Display help message

FAQ

What is the koji-buildinfo command used for?

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".

How do I run a basic koji-buildinfo example?

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

What does --changelog do in koji-buildinfo?

Include changelog information in output