Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daandemeyer/mkosi-koji
A mkosi configuration for hacking on koji
https://github.com/daandemeyer/mkosi-koji
Last synced: 22 days ago
JSON representation
A mkosi configuration for hacking on koji
- Host: GitHub
- URL: https://github.com/daandemeyer/mkosi-koji
- Owner: DaanDeMeyer
- Created: 2023-10-28T12:13:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T18:32:32.000Z (about 1 year ago)
- Last Synced: 2024-08-14T00:51:29.897Z (3 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkosi-koji
A set of [mkosi](https://github.com/systemd/mkosi/) configuration files to build
an image with koji installed and configured for local testing. By default, koji
will be installed from the official fedora repositories. To build the koji rpm
from source, add a file `mkosi.local.conf` with the following contents:```conf
[Content]
BuildSources=:koji
```