rockylinux-ostree-config/manifest.yaml
kyleishie 55e7ff469e excludes .idea via .gitignore
adds postprocess to remove rltype from repo urls
2022-10-31 10:02:31 -04:00

19 lines
279 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
sed -i 's/\$rltype//g' input.txt