No description
Find a file
Joe Simmons-Talbott 61645c6cd9 kojira: make 'ignore_other_volumes' a config only option.
* pull 'DEFAULT' repo handling out of the loop.
* Add 'ignore_other_volumes' to kojira.conf
2021-11-15 09:07:01 +01:00
builder Fix type in kojid distRepo 2021-11-04 12:18:31 +00:00
cli PR#3090: Add option for UTC time in list-history 2021-11-11 07:49:13 +00:00
devtools dev: use CentOS/Fedora registries for containers 2021-06-09 11:23:57 +02:00
docs docs: koji-gc options 2021-10-26 11:23:31 +02:00
hub Update error message in make task when channel not exist 2021-11-15 09:06:21 +01:00
koji Kojira throw exception when auth failed 2021-11-07 11:06:27 +00:00
plugins Remove translation stub functions 2021-10-21 13:25:16 +02:00
tests PR#3090: Add option for UTC time in list-history 2021-11-11 07:49:13 +00:00
util kojira: make 'ignore_other_volumes' a config only option. 2021-11-15 09:07:01 +01:00
vm basic security checks with bandit 2021-10-20 15:20:14 +02:00
www further fixes (will be squashed before merge) 2021-11-04 12:07:05 +00: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 Add koji.egg-info/ to .gitignore 2021-08-10 07:12:23 +03: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.26.1 2021-09-29 11:06:19 +02:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile basic security checks with bandit 2021-10-20 15:20:14 +02:00
README.md README: add koji-hs project 2021-08-26 10:40:26 +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 basic security checks with bandit 2021-10-20 15:20:14 +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
  • 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