No description
Rewrite the PostgreSQL authorization instructions in the Server HowTo guide. Provide two complete examples: the "all-in-one localhost" option, and the "separate postgres over the network" option. This reduces the decision trees and makes it easier to copy and paste the entire pg_hba.conf file. Explain what each mystery setting does and link to the PostgreSQL documentation. Only set listen_addresses to "*" if we need it, and turn it off if we don't. Simplify the instructions so that the user only restarts the postgresql daemon once. Clarify that koji-web does not need DB access, and the hub is the only service that requires direct DB access. Remove the example of authorizing the apache system user, because that implies that the admin must run a series of complicated GRANT instructions to allow both koji and apache to write to the DB. Just grant the koji user full trust access for simplicity. |
||
|---|---|---|
| builder | ||
| cli | ||
| devtools | ||
| docs | ||
| hub | ||
| koji | ||
| plugins | ||
| tests | ||
| util | ||
| vm | ||
| www | ||
| .coveragerc | ||
| .coveragerc3 | ||
| .flake8 | ||
| .gitignore | ||
| Authors | ||
| COPYING | ||
| koji.next.md | ||
| koji.spec | ||
| LGPL | ||
| Makefile | ||
| README.md | ||
| runtests | ||
| setup.py | ||
| test-requirements.txt | ||
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
- Comments, questions, bugs, feedback, ideas, help requests? We'd love to hear from you.
- Mailing lists:
- Development: koji-devel AT lists.fedorahosted.org
- User discussion and Fedora-specific topics: buildsys AT lists.fedoraproject.org
- IRC chat: #koji on irc.freenode.net
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/