No description
kojivmd proxies files from Koji's topurl through the getFile() RPC. In some cases (misconfigurations), kojivmd can fail to download files from topurl. Prior to this change, if kojivmd failed to download a file (for example, a 404 error), it would silently cache the 404 error HTTP body contents and pass those on to verifyChecksum(). As a result, kojivmd would verify the checksum of an HTML error page, rather than checksuming the intended Koji archive file. In this scenario, it's difficult for administrators to diagnose why checksums are not matching. Check the HTTP response for errors before doing anything with the response contents. With this change, winbuild tasks will fail with an easier-to-understand "HTTP 404 not found" HTTPError, rather than a Koji BuildError about checksums. |
||
|---|---|---|
| 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 | ||
| requirements.txt | ||
| runtests | ||
| setup.py | ||
| test-requirements.txt | ||
| tox.ini | ||
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 libera.chat
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/