No description
Find a file
Ken Dreyer ddb46d744b hub: improve inheritance priority collision error message
When users set multiple parents to the same priority in
setInheritanceData(), we raise an error because this is an invalid
configuration.

Improve the error message to make it easier for humans to understand the
problem and explain which tag ID ints are parents or children.
2022-03-21 14:39:05 +01:00
builder createrepo_c should fail on all errors 2022-02-07 09:34:31 +01:00
cli allow untag-build for blocked packages 2022-03-21 14:32:23 +01:00
devtools Drop RHEL6 references 2021-12-10 13:55:26 +01:00
docs fix typo 2022-02-10 15:45:01 +01:00
hub hub: improve inheritance priority collision error message 2022-03-21 14:39:05 +01:00
koji also raise 400 errors when we can't read the client upload stream 2022-03-21 14:34:30 +01:00
plugins rename option 2022-02-07 10:07:26 +01:00
tests allow untag-build for blocked packages 2022-03-21 14:32:23 +01:00
util kojira: don't fail on deleted items 2021-12-15 15:23:56 +01:00
vm basic security checks with bandit 2021-10-20 15:20:14 +02:00
www Fix tag and target shows as string, not as dict to string 2022-03-21 14:30:03 +01: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 Koji 1.28.0 release notes 2022-02-10 15:45:01 +01: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 Make setup.py executable 2021-12-20 09:10:40 +01:00
test-requirements.txt Pytest instead of nose in unittest 2021-12-06 12:17:29 +01:00
tox.ini fix bandit env 2022-01-03 10:31:54 +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