Skip to content
Snippets Groups Projects
Commit 9f2c5289 authored by Michael Friedrich's avatar Michael Friedrich
Browse files

Disable SCL sources from vault

Every 7.x point release breaks the repodata directory, so let's just disable the sources from vault entirely.
parent 23c7861c
No related branches found
No related tags found
No related merge requests found
Pipeline #7109 passed
......@@ -22,9 +22,10 @@ RUN yum install -y \
gcc gcc-c++ \
&& yum clean all
# Note: we are disabling scl-rh source since it disappeared from vault
# Note: we are disabling scl-rh & scl source since it disappeared from vault (repodata is missing on every point release)
RUN yum install -y centos-release-scl centos-release-scl-rh scl-utils-build \
&& sed -i -e '/centos-sclo-rh-source/,+5 s/^/#/' /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
&& sed -i -e '/centos-sclo-rh-source/,+5 s/^/#/' /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo \
&& sed -i -e '/centos-sclo-sclo-source/,+5 s/^/#/' /etc/yum.repos.d/CentOS-SCLo-scl.repo
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/epel/ICINGA-release.repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment