README.md: add compse.py instructions

This commit is contained in:
Christian Kellner 2020-09-05 19:31:35 +02:00
parent f58ecb97ac
commit 318c53d84b

View file

@ -45,4 +45,8 @@ sudo podman exec -it org.osbuild.koji.kdc /bin/bash
sudo podman exec -it org.osbuild.koji.kojid /bin/bash
```
koji --server=http://localhost:8080/kojihub --user=osbuild --password=osbuildpass --authtype=password hello
## Creating a compose
The `compose.py` client can be used to create a compose via the koji plugins:
```
./compose.py --plain fedora 32 f32-candidate x86_64 --repo 'http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/$arch/os/'
```