The Koji Build System
  • Python 94%
  • Jinja 3.2%
  • PLpgSQL 2%
  • Makefile 0.3%
  • CSS 0.1%
  • Other 0.1%
Find a file
2026-07-17 15:47:12 +00:00
.forgejo/workflows Move images to forgejo's registry 2026-07-17 14:36:04 +00:00
builder rpm v6 support 2026-02-23 12:18:44 -05:00
cli more output tweaks 2026-07-17 15:47:12 +00:00
devtools Basic forgejo test actions 2026-07-17 14:36:04 +00:00
docs include pr 4587 in notes, fix typo, and bump date 2026-07-08 13:24:11 -04:00
koji release notes for 1.36.1 and version bump 2026-07-08 13:24:11 -04:00
kojihub attempt to recycle draft builds when a task is restarted 2026-06-24 07:47:20 +00:00
plugins rpm v6 support 2026-02-23 12:18:44 -05:00
schemas allow rpminfo.size to be null 2026-02-23 12:18:46 -05:00
tests unit tests 2026-06-24 07:47:20 +00:00
util safe behavior for get_promoted_build 2026-04-28 19:11:38 -04:00
vm rpm v6 support 2026-02-23 12:18:44 -05:00
www tweak the tests to minimize changes 2026-04-29 12:47:55 -04:00
.bandit.yaml fix bandit B704 2025-05-07 14:07:04 +02:00
.coveragerc Fix coveragerc after moving hub code 2023-04-04 12:58:43 +02:00
.coveragerc3 more coverage filters 2024-07-18 14:22:43 +02:00
.editorconfig Unit tests, fixes, and cleanup 2025-05-07 14:07:03 +02:00
.flake8 flake8: Ignore .tox 2020-09-08 16:20:19 +02:00
.gitignore update .gitignore 2022-10-07 14:54:21 +02:00
Authors one last email test typo 2007-02-20 23:26:53 -05:00
COPYING update copyright 2014-10-28 23:54:21 -04:00
koji.next.md koji.next.md: drop RHEL 5 requirements 2018-11-14 12:16:13 -05:00
koji.spec include pr 4587 in notes, fix typo, and bump date 2026-07-08 13:24:11 -04:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile make clean - more files 2024-08-15 11:53:40 +02:00
README.md Update links to yum/dnf/dnf5 2025-09-15 16:23:08 -04:00
requirements.txt add jinja2 in requirements.txt 2025-07-07 09:52:09 +00:00
runtests sort imports for other scripts 2019-12-12 11:00:58 +00:00
setup.py setup.py: Fix version retrieval on Python 3.13+ 2024-07-24 09:45:04 +02:00
test-requirements.txt combination of test-requirments(-py2).txt 2025-01-07 13:37:40 +01:00
tox.ini fix bandit B704 2025-05-07 14:07:04 +02:00

koji - RPM building and tracking system

Koji is an RPM-based build system. The Fedora Project uses Koji for their build system, as do several other projects.

Koji's goal is to provide a flexible, secure, and reproducible way to build software.

Key features:

  • New buildroot for each build
  • Robust XML-RPC APIs for easy integration with other tools
  • Web interface with SSL and Kerberos authentication
  • Thin, portable command line client
  • Users can create local buildroots
  • Buildroot contents are tracked in the database
  • Versioned data

Communicate

Bugs/RFEs

If you have found a bug or would like to request a new feature, please report an issue in Pagure.

Download

The koji source code can be downloaded with git via:

git clone https://pagure.io/koji.git

You may browse code at https://pagure.io/koji

Archived releases can be found at https://pagure.io/koji/releases

Documentation

See: https://docs.pagure.org/koji/

  • Mock: The tool Koji uses to generate buildroots
  • Yum - RPM package manager
  • DNF / DNF5 - Next-gen RPM package manager
  • Pungi: Use Pungi to "compose" Koji builds into highly customizable Yum/DNF repositories.
  • Koji Tools: Various utilities for Koji
  • Kojiji: Koji Java Interface
  • txkoji: Async interface to Koji, using Twisted
  • koji-hs: Koji Haskell Interface