No description
Find a file
Tomas Kopecek 3f71076eba Revert "PR#2576: db: add debian package archivetype"
This reverts commit b19f1760bf, reversing
changes made to b3f548f803.

We've agreed that adding new archivetypes should be done via API not by
default values in db.

Related: https://pagure.io/koji/issue/2575
Related: https://pagure.io/koji/pull-request/2576
2021-02-04 15:59:17 +01:00
builder rename local variable 2021-02-04 10:44:21 +01:00
cli cli: support download-build --type=remote-sources 2021-02-02 14:45:30 +01:00
devtools devtools in py3 2020-10-06 15:00:23 +02:00
docs Revert "PR#2576: db: add debian package archivetype" 2021-02-04 15:59:17 +01:00
hub fix the mode of tarfile.open 2021-02-03 10:04:38 +00:00
koji plugin hooks for repo modification 2021-02-04 10:44:21 +01:00
plugins explicit encoding for text file operations 2021-01-26 13:36:25 +01:00
tests cli: fix tests 2021-02-02 14:13:49 +01:00
util explicit encoding for text file operations 2021-01-26 13:36:25 +01:00
vm explicit encoding for text file operations 2021-01-26 13:36:25 +01:00
www explicit encoding for text file operations 2021-01-26 13:36:25 +01:00
.coveragerc tests: fix coveragerc 2020-09-08 16:21:40 +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 spec: pythonic provides 2021-02-02 14:04:43 +01: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 README: fix bullet indentation 2019-10-14 10:10:14 +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 fix merge problems 2020-10-06 15:10:22 +02:00
test-requirements.txt drop py26 test requirements 2020-10-06 15:00:23 +02:00
tox.ini fix merge problems 2020-10-06 15:10:22 +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