2022-09-30 00:40:38 +00:00
|
|
|
releasever: 9
|
2022-09-29 22:01:28 +00:00
|
|
|
|
|
|
|
variables:
|
|
|
|
stream: testing
|
|
|
|
prod: false
|
|
|
|
|
2022-06-06 10:11:51 +00:00
|
|
|
repos:
|
2022-09-29 22:01:28 +00:00
|
|
|
- appstream
|
|
|
|
- baseos
|
2022-10-19 14:12:44 +00:00
|
|
|
- extras
|
2022-06-06 10:11:51 +00:00
|
|
|
|
2022-10-18 18:36:49 +00:00
|
|
|
include: manifests/rocky-coreos.yaml
|
2022-10-31 14:02:31 +00:00
|
|
|
|
|
|
|
postprocess:
|
|
|
|
- |
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
# Remove rltype from repo urls
|
2022-10-31 14:43:23 +00:00
|
|
|
find /etc/yum.repos.d/ -type f -exec sed -i 's/\$rltype//g' {} \;
|