peridot-releng/pungicatalog/README.md

11 lines
342 B
Markdown
Raw Normal View History

2022-05-08 14:46:13 +00:00
# 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
```