Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hroncok/koji
https://github.com/hroncok/koji
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hroncok/koji
- Owner: hroncok
- License: other
- Created: 2019-02-27T00:25:59.000Z (almost 6 years ago)
- Default Branch: tilde
- Last Pushed: 2019-02-27T00:26:57.000Z (almost 6 years ago)
- Last Synced: 2024-12-13T20:49:12.237Z (20 days ago)
- Language: Python
- Homepage:
- Size: 4.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: Authors
Awesome Lists containing this project
README
koji - RPM building and tracking system
=======================================Koji is an RPM-based build system. The Fedora Project uses Koji for [their build system](https://koji.fedoraproject.org/koji/), as do [several other projects](https://fedoraproject.org/wiki/Koji/RunsHere).
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 dataCommunicate
-----------* Comments, questions, bugs, feedback, ideas, help requests? We'd love to hear from you.
* Mailing lists:
* Development: [koji-devel AT lists.fedorahosted.org](https://lists.fedorahosted.org/archives/list/[email protected]/)
* User discussion and Fedora-specific topics: [buildsys AT lists.fedoraproject.org](https://lists.fedoraproject.org/archives/list/[email protected]/)
* IRC chat: #koji on irc.freenode.netBugs/RFEs
---------If you have found a bug or would like to request a new feature, please [report an issue in Pagure](https://pagure.io/koji/issues).
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/
Related Software
----------------* [Mock](https://fedoraproject.org/wiki/Projects/Mock): The tool Koji uses to generate buildroots
* [Yum](http://yum.baseurl.org/)
* [Mash](https://pagure.io/mash)
* [Koji Tools](https://pagure.io/koji-tools): Various utilities for Koji
* [Kojiji](https://github.com/release-engineering/kojiji): Koji Java Interface
* [txkoji](https://github.com/ktdreyer/txkoji): Async interface to Koji, using Twisted