osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/43300?usp=email )
Change subject: OBS: build_binpkg: centos7: disable fastest mirror plugin
......................................................................
OBS: build_binpkg: centos7: disable fastest mirror plugin
Centos 7 is EOL and we can only use few vault mirrors. Disable the
"fastest mirror" plugin that attempts to scan multiple mirrors.
Change-Id: Ibf7364b91f94064226bd5ee9ed55e8cf21d0c3ce
---
M scripts/obs/data/build_binpkg.Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/00/43300/1
diff --git a/scripts/obs/data/build_binpkg.Dockerfile
b/scripts/obs/data/build_binpkg.Dockerfile
index a18d0e8..386147e 100644
--- a/scripts/obs/data/build_binpkg.Dockerfile
+++ b/scripts/obs/data/build_binpkg.Dockerfile
@@ -61,6 +61,7 @@
sed -i 's/mirror.centos.org/vault.centos.org/g'
/etc/yum.repos.d/*.repo && \
sed -i 's/^#.*baseurl=http/baseurl=http/g'
/etc/yum.repos.d/*.repo && \
sed -i 's/^mirrorlist=http/#mirrorlist=http/g'
/etc/yum.repos.d/*.repo && \
+ sed -i "s/enabled=1/enabled=0/"
/etc/yum/pluginconf.d/fastestmirror.conf && \
\
yum -y install \
autoconf \
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/43300?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ibf7364b91f94064226bd5ee9ed55e8cf21d0c3ce
Gerrit-Change-Number: 43300
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>