mirror of
https://github.com/rocky-linux/peridot-releng.git
synced 2024-10-31 22:11:23 +00:00
11 lines
342 B
Markdown
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
|
||
|
```
|