No description
Find a file
2024-01-23 13:12:12 +01:00
builder fix compat_mode case 2024-01-05 10:00:59 +00:00
cli Read config file on image build indirection 2024-01-11 15:55:57 +01:00
devtools Update Containerfiles 2023-09-11 13:52:12 +02:00
docs Release notes 1.34 2024-01-23 13:12:12 +01:00
koji Release notes 1.34 2024-01-23 13:12:12 +01:00
kojihub fix ordering in get_tasks_for_host 2024-01-19 01:41:02 -05:00
plugins draft builds 2024-01-05 10:00:29 +00:00
schemas schema comments 2024-01-05 10:01:03 +00:00
tests test_cg_importer.py: avoid creating temp files in checkout 2024-01-22 13:41:45 -05:00
util handle new task refs in clean_scratch_tasks 2024-01-22 09:22:21 +01:00
vm remove unnecessary reject_draft refs in HostExports 2024-01-05 10:00:49 +00:00
www show promotion info in ui 2024-01-05 10:01:01 +00:00
.coveragerc Fix coveragerc after moving hub code 2023-04-04 12:58:43 +02:00
.coveragerc3 tests: fix coveragerc 2020-09-08 16:21:40 +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 Release notes 1.34 2024-01-23 13:12:12 +01:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile Move sql files to schemas directory 2023-09-13 12:17:10 +02:00
README.md README: add koji-hs project 2021-08-26 10:40:26 +02:00
requirements.txt Fix coveragerc after moving hub code 2023-04-04 12:58:43 +02:00
runtests sort imports for other scripts 2019-12-12 11:00:58 +00:00
setup.py fix flake8 errors 2022-08-29 15:03:05 +02:00
test-requirements-py2.txt Add allowed versions of requests-mock for tests 2024-01-02 14:32:56 +01:00
test-requirements.txt Pytest instead of nose in unittest 2021-12-06 12:17:29 +01:00
tox.ini Add allowed versions of requests-mock for tests 2024-01-02 14:32:56 +01: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
  • Pungi: Use Pungi to "compose" Koji builds into highly customizable Yum repositories.
  • Koji Tools: Various utilities for Koji
  • Kojiji: Koji Java Interface
  • txkoji: Async interface to Koji, using Twisted
  • koji-hs: Koji Haskell Interface