Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #741 from cernops/onlylocal
Browse files Browse the repository at this point in the history
Make temp fix local to P
  • Loading branch information
joshcooper authored Oct 19, 2023
2 parents cea02cf + 882b25e commit 67e8102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/platforms/el-9-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
plat.servicetype "systemd"

# Temporary fix until new rhel 9 image is built
plat.provision_with("sed -i 's/beta-x86_64\\/baseos\\/x86_64/base/' /etc/yum.repos.d/localmirror-baseos.repo; sed -i 's/beta-x86_64\\/appstream\\/x86_64/appstream/' /etc/yum.repos.d/localmirror-appstream.repo")
if File.exist?("/etc/yum.repos.d/localmirror-appstream.repo")
plat.provision_with("sed -i 's/beta-x86_64\\/baseos\\/x86_64/base/' /etc/yum.repos.d/localmirror-baseos.repo; sed -i 's/beta-x86_64\\/appstream\\/x86_64/appstream/' /etc/yum.repos.d/localmirror-appstream.repo")
end

packages = %w(
gcc
Expand Down

0 comments on commit 67e8102

Please sign in to comment.