No description
Find a file
Neal Gompa a5dd795043 kiwi: Add support for overriding version and releasever
This allows for kiwi descriptions that are compatible across
multiple targets to be easily used without needless modifications.

Additionally, it allows for custom values when preparing milestone
releases without needlessly modifying the descriptions.
2024-08-26 10:02:43 -04:00
builder refuse image tasks when required deps are missing 2024-08-15 09:03:46 +02:00
cli taskinfo CLI and webUI info message why output is not in the list 2024-07-24 09:29:04 +02:00
devtools check-api: only warn for external type changes 2024-08-15 11:57:15 +02:00
docs cg_import: support subdir for logs and custom btypes 2024-07-03 13:17:42 +02:00
koji better default handling for getMultiArchInfo 2024-08-15 09:05:36 +02:00
kojihub adjust handling for tags with no arches 2024-08-15 11:50:50 +02:00
plugins kiwi: Add support for overriding version and releasever 2024-08-26 10:02:43 -04:00
schemas fix typo in schema-upgrade-1.34-1.35.sql 2024-08-19 23:28:58 +08:00
tests adjust handling for tags with no arches 2024-08-15 11:50:50 +02:00
util update koji-shadow to use repo requests 2024-06-24 11:25:21 -04:00
vm RetryError is subclass of AuthError 2024-06-19 15:25:40 +02:00
www taskinfo CLI and webUI info message why output is not in the list 2024-07-24 09:29:04 +02:00
.coveragerc Fix coveragerc after moving hub code 2023-04-04 12:58:43 +02:00
.coveragerc3 more coverage filters 2024-07-18 14:22:43 +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 Koji 1.34.1 release notes 2024-05-30 13:09:24 +02:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile make clean - more files 2024-08-15 11:53:40 +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 setup.py: Fix version retrieval on Python 3.13+ 2024-07-24 09:45:04 +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 use venv pytest, stop using ancient mock version 2024-07-18 14:22:43 +02:00
tox.ini also use venv coverage 2024-07-18 14:22:43 +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