Skip to content

Commit

Permalink
Merge pull request #67 from charles8191/fix-failing-builds-1
Browse files Browse the repository at this point in the history
fix: failing builds due to repo names
  • Loading branch information
tulilirockz authored Jan 30, 2025
2 parents 0ab9ae6 + 82fd638 commit 855a920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ln -sf /run /var/run
# have strict NVR requirements.
curl --retry 3 -Lo /etc/yum.repos.d/compose.repo https://gitlab.com/redhat/centos-stream/containers/bootc/-/raw/c10s/cs.repo
sed -r \
-e 's@(baseos|appstream)@&-compose@' \
-e 's@\[rhel-10-for-\$basearch-@[@' \
-e 's@-rpms\]@-compose]@' \
-e 's@- (BaseOS|AppStream)@& - Compose@' \
-e 's@/usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official@/etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial-SHA256@' \
-i /etc/yum.repos.d/compose.repo
Expand Down

0 comments on commit 855a920

Please # to comment.