No description
|
|
||
|---|---|---|
| .github | ||
| container | ||
| plugins | ||
| schutzbot | ||
| test | ||
| .editorconfig | ||
| .gitignore | ||
| .pylintrc | ||
| HACKING.md | ||
| koji-osbuild.spec.in | ||
| LICENSE | ||
| make-tags.sh | ||
| meson.build | ||
| meson_options.txt | ||
| README.md | ||
| run-builder.sh | ||
| run-koji-container.sh | ||
| run-tests.sh | ||
Koji osbuild
This project provides osbuild integration with Koji. This is done via three plugins:
- Koji hub plugin: Provides a new XMLRPC API endpoint that clients
can use to create new
osbuildImageKoji tasks. - Koji builder plugin: Handles
osbuildImageKoji tasks and will talk to osbuild-composer to create new composes via composer's Koji API. - Koji cli plugin: Adds a new
osbuild-commandto the existingkojicommand line client. This will then use the new XMLRPC API to request a new compose.
Development
See HACKING.md for how to develop and test this project.