peridot-releng/pungicatalog/README.md

11 lines
342 B
Markdown

# pungicatalog
Convert Pungi configuration to Peridot compatible catalogs.
A catalog includes package list and repository placement of these packages as well as other
configuration related to a distribution.
### Usage
```
python3 pungicatalog/pungicatalog.py --pungi-conf-path /tmp/pungi-rocky/rocky.conf --output-path /tmp/catalog.cfg
```