Skip to content

Commit

Permalink
manifest/c9s: Disable all repos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Mar 16, 2023
1 parent 73a8eb2 commit ab22dee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifest-c9s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ postprocess:
---
EOF
- |
#!/usr/bin/env bash
set -xeo pipefail
# We need to work in disconnected environments by default, and default-enabled
# repos will be attempted to be fetched by rpm-ostree when doing node-local
# kernel overrides today for e.g. kernel-rt.
for x in /etc/yum.repos.d/*.repo; do sed -i -e s,enabled=1,enabled=0, $x; done
# Packages that are only in SCOS and not in RHCOS or that have special
# constraints that do not apply to RHCOS
Expand Down

0 comments on commit ab22dee

Please sign in to comment.