rockylinux-ostree-config/manifest.yaml
2022-10-31 10:43:23 -04:00

20 lines
313 B
YAML

releasever: 9
variables:
stream: testing
prod: false
repos:
- appstream
- baseos
- extras
include: manifests/rocky-coreos.yaml
postprocess:
- |
#!/usr/bin/env bash
set -xeuo pipefail
# Remove rltype from repo urls
find /etc/yum.repos.d/ -type f -exec sed -i 's/\$rltype//g' {} \;