No description
Find a file
Mike McLean 77aeee7e6b better handling of deleted tags in kojiweb
1. notifications might reference deleted tags
2. tasks might reference deleted tags
3. handle deleted tags in taskinfo page
2023-07-04 08:54:32 +02:00
builder write timestamps to workdir 2023-06-21 11:06:30 +02:00
cli list-history: fix [still active] display for edit entries 2023-06-22 15:32:27 +02:00
devtools Basic vim syntax highlighting for hub/gc policy 2023-06-27 12:32:56 +02:00
docs kojira no_repo_effective_age setting 2023-05-23 17:54:17 +02:00
koji explain _ord() method 2023-05-30 14:44:56 -04:00
kojihub fix docstring getTaskInfo 2023-06-13 15:19:05 +02:00
plugins fix flake8 2023-05-17 11:02:32 +02:00
tests unit test 2023-05-23 17:54:17 +02:00
util typo 2023-05-23 17:54:17 +02:00
vm drop stray typing hint 2023-07-03 17:13:43 -04:00
www better handling of deleted tags in kojiweb 2023-07-04 08:54:32 +02: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 Koji 1.33 release notes 2023-05-23 17:21:00 +02:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile block py2 building for hub/web/util 2022-12-08 09:57:35 +01:00
README.md README: add koji-hs project 2021-08-26 10:40:26 +02:00
requirements.txt Fix coveragerc after moving hub code 2023-04-04 12:58:43 +02:00
runtests sort imports for other scripts 2019-12-12 11:00:58 +00:00
setup.py fix flake8 errors 2022-08-29 15:03:05 +02:00
test-requirements.txt Pytest instead of nose in unittest 2021-12-06 12:17:29 +01:00
tox.ini fix syntax for tox 4.4.8 2023-04-20 10:04:41 +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