No description
Find a file
2021-06-28 15:17:12 +08:00
builder Livecd handler set up release if release not given 2021-06-22 11:52:58 +02:00
cli Add noverifyssl option to oz image builds 2021-06-17 15:46:11 +02:00
devtools dev: use CentOS/Fedora registries for containers 2021-06-09 11:23:57 +02:00
docs drop old ClientCA reference 2021-06-08 16:04:57 +02:00
hub [kojixmlrpc] clean noisy error log 2021-06-28 15:17:12 +08:00
koji lib: return taskLabel for unknown tasks 2021-06-09 14:44:04 +02:00
plugins remove debug 2021-06-03 15:23:56 +02:00
tests fix test by using datetime.timezone instead of psycopg2.tz 2021-06-23 10:04:59 +00:00
util Fix flake8 warnings. 2021-06-14 13:27:21 +02:00
vm flake8 fixes 2021-02-16 14:43:49 +01:00
www Hosts page with more filters and added channel column 2021-06-23 15:32:18 +02:00
.coveragerc update .coveragerc to ignore p3 code 2021-05-25 11:44:54 +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 Run tests in virtualenvs using tox 2020-09-08 16:20:19 +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.25 2021-05-20 12:59:39 +02:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile Run tests in virtualenvs using tox 2020-09-08 16:20:19 +02:00
README.md update irc info 2021-05-26 15:36:29 +02:00
requirements.txt Run tests in virtualenvs using tox 2020-09-08 16:20:19 +02:00
runtests sort imports for other scripts 2019-12-12 11:00:58 +00:00
setup.py attempting to bridge the gap with pip 2021-05-03 11:13:22 +02:00
test-requirements.txt drop py26 test requirements 2020-10-06 15:00:23 +02:00
tox.ini tests - Add support for running tox with specific test(s) 2021-06-01 22:59:06 -04: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