No description
Find a file
2024-04-24 14:47:57 +02:00
builder skip updateBuildroots if we have just taken a task 2024-03-28 15:58:07 +01:00
cli address issues with list-users 2024-04-24 14:47:57 +02:00
devtools fakehub: better kw arg handling 2024-02-27 12:32:52 +01:00
docs doc updates 2024-03-19 11:09:54 +01:00
koji correct a few comment lines 2024-04-10 11:20:15 +02:00
kojihub address issues with list-users 2024-04-24 14:47:57 +02:00
plugins kiwi: Generate full logs with debug information 2024-04-10 14:41:15 +02:00
schemas Better index for rpm lookup 2024-03-19 10:52:33 +01:00
tests more missing tearDowns 2024-04-15 11:08:29 +02:00
util avoid double fork in kojira rmtree 2024-04-10 11:20:15 +02:00
vm Fix bandit "nosec" comments 2024-02-06 11:09:16 +01:00
www fix formatting of rpm in title 2024-03-19 10:53:24 +01: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 update spec 2024-02-02 09:08:21 +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 Bandit [B411]: use defusedxml to prevent remote XML attacks 2024-02-02 09:08:18 +01:00
runtests sort imports for other scripts 2019-12-12 11:00:58 +00:00
setup.py add requirement: defusedxml in setup.py 2024-04-12 12:10:05 +02:00
test-requirements-py2.txt Remove rpm-py-installer, update test docs and update Dockerfiles 2024-01-30 12:44:07 +01:00
test-requirements.txt fix test requirements 2024-02-02 09:09:42 +01:00
tox.ini Remove rpm-py-installer, update test docs and update Dockerfiles 2024-01-30 12:44:07 +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