38 lines
614 B
YAML
38 lines
614 B
YAML
|
---
|
||
|
feeds_output_dir: "/mnt/repos-production/mirror/pub/feeds"
|
||
|
|
||
|
repo_tracking:
|
||
|
- release: 8
|
||
|
contentdir: "pub/rocky"
|
||
|
arch:
|
||
|
- x86_64
|
||
|
- aarch64
|
||
|
repositories:
|
||
|
- BaseOS
|
||
|
- AppStream
|
||
|
- PowerTools
|
||
|
- HighAvailability
|
||
|
- ResilientStorage
|
||
|
- RT
|
||
|
- NFV
|
||
|
- extras
|
||
|
- plus
|
||
|
- release: 9
|
||
|
contentdir: "pub/rocky"
|
||
|
arch:
|
||
|
- x86_64
|
||
|
- aarch64
|
||
|
repositories:
|
||
|
- BaseOS
|
||
|
- AppStream
|
||
|
- CRB
|
||
|
- HighAvailability
|
||
|
- ResilientStorage
|
||
|
- RT
|
||
|
- NFV
|
||
|
- SAP
|
||
|
- SAPHANA
|
||
|
- extras
|
||
|
- plus
|
||
|
...
|