koji
command-line client for Koji, the build system used by Fedora, CentOS
TLDR
Execute a subcommand
SYNOPSIS
koji [options] subcommand [arguments]
DESCRIPTION
koji is the command-line client for Koji, the build system used by Fedora, CentOS, and other RPM-based distributions. It interfaces with the Koji hub to submit builds, manage tags, and download packages.
Koji handles the entire build process including package building, testing, and distribution. Developers use it to submit source packages for compilation across multiple architectures.
PARAMETERS
moshimoshi
Test connectivity with the koji hubhelp
Display all available commandsbuild
Submit a build tasktag-build
Tag a builddownload-build
Download build artifactsbuildinfo
Display build informationcall
Execute an arbitrary XML-RPC callversion
Display version information
CAVEATS
Requires proper authentication configuration. Some operations require specific permissions. Network access to the Koji hub is required.
HISTORY
Koji was developed by Red Hat and released in 2007 as the build system for Fedora. The name "Koji" comes from the Japanese word for yeast or mold used in brewing, reflecting its role in "brewing" packages.
