From 87c3306c46134e16e4c72f8d4fb36ae5db857f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=C3=A9tr=C3=A9?= <laurent.petre@cern.ch> Date: Wed, 14 Oct 2020 18:46:20 +0200 Subject: [PATCH] Use the GCC8 release of the IPBus and AMC13 repositories This update fixes the broken CI pipelines for which the AMC13 packages could not be installed due to missing dependencies provided by the IPBus packages. --- .gitlab-ci/cactus-amc13.repo | 10 ++-------- .gitlab-ci/ipbus-sw.repo | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci/cactus-amc13.repo b/.gitlab-ci/cactus-amc13.repo index c87445da..26b1b278 100644 --- a/.gitlab-ci/cactus-amc13.repo +++ b/.gitlab-ci/cactus-amc13.repo @@ -1,11 +1,5 @@ -[cactus-amc13-base] +[cactus-amc13] name=CACTUS Project Software Repository for amc13 packages -baseurl=http://www.cern.ch/cactus/release/amc13/1.2/centos7_x86_64/base/RPMS -enabled=1 -gpgcheck=0 - -[cactus-amc13-updates] -name=CACTUS Project Software Repository Updates for amc13 packages -baseurl=http://www.cern.ch/cactus/release/amc13/1.2/centos7_x86_64/updates/RPMS +baseurl=http://cactus.web.cern.ch/cactus/release/amc13/1.2/centos7_gcc8_x86_64 enabled=1 gpgcheck=0 diff --git a/.gitlab-ci/ipbus-sw.repo b/.gitlab-ci/ipbus-sw.repo index fc61e7dd..3310cfec 100644 --- a/.gitlab-ci/ipbus-sw.repo +++ b/.gitlab-ci/ipbus-sw.repo @@ -1,11 +1,11 @@ [ipbus-sw-base] name=IPbus software repository -baseurl=http://www.cern.ch/ipbus/sw/release/2.7/repos/centos7_x86_64/base/RPMS +baseurl=http://www.cern.ch/ipbus/sw/release/2.7/repos/centos7_x86_64_gcc8/base/RPMS enabled=1 gpgcheck=0 [ipbus-sw-updates] name=IPbus software repository updates -baseurl=http://www.cern.ch/ipbus/sw/release/2.7/repos/centos7_x86_64/updates/RPMS +baseurl=http://www.cern.ch/ipbus/sw/release/2.7/repos/centos7_x86_64_gcc8/updates/RPMS enabled=1 gpgcheck=0 -- GitLab