No description
Find a file
Mike McLean cd36bb2826 test_pages updates
This fixes issues with test_pages that I found while checking
coverage. The environ dict was recycled across each call in the loop,
but those calls can modify it, leaking data from one pass to another.
Also, the mocking for _getServer was not placing the session in the
environ, which was causing the tests to miss some cases.
2025-06-12 13:24:12 +02:00
builder drop builder changes for now 2025-05-07 14:07:04 +02:00
cli Fix flake8 and unit test 2025-04-29 16:30:33 +02:00
devtools Unit tests, fixes, and cleanup 2025-05-07 14:07:03 +02:00
docs typo 2025-06-12 13:22:59 +02:00
koji deprecate pathinfo.tmpdir 2025-05-05 16:04:35 -04:00
kojihub don't require new_binfo 2025-06-12 13:22:59 +02:00
plugins allow setting ttl in protonmsg 2025-04-29 16:17:20 +02:00
schemas schemas: wsl file suffix 2025-05-30 21:09:54 +02:00
tests test_pages updates 2025-06-12 13:24:12 +02:00
util koji-gc: Add ccache to koji-gc options 2025-04-29 16:15:52 +02:00
vm Restart kojivmd in same way as kojid 2025-05-20 14:14:13 +02:00
www fix json handling in template 2025-06-12 13:24:12 +02:00
.bandit.yaml fix bandit B704 2025-05-07 14:07: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
.editorconfig Unit tests, fixes, and cleanup 2025-05-07 14:07:03 +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 Unit tests, fixes, and cleanup 2025-05-07 14:07:03 +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 Update Cheetah3 to CT3 PyPI repository 2025-04-29 17:29:54 -04: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.txt combination of test-requirments(-py2).txt 2025-01-07 13:37:40 +01:00
tox.ini fix bandit B704 2025-05-07 14:07:04 +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