From ace087df6886c65735d7d14ac658be6c3e5a04c0 Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Tue, 24 Nov 2020 17:48:38 +0200 Subject: Provisioning: Move Centos 8 EPEL repos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I73ec04443a6edca2bf2add60b8df021ba1e8d4aa Reviewed-by: Tony Sarajärvi --- coin/provisioning/qtci-linux-CentOS-8.1-x86_64/03-enable-repos.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/03-enable-repos.sh b/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/03-enable-repos.sh index 93aa2778..b5db7675 100755 --- a/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/03-enable-repos.sh +++ b/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/03-enable-repos.sh @@ -65,18 +65,18 @@ gpgcheck = 1 [epel] name = Qt Centos-8 - EPEL metadata_expire = 86400 -baseurl = http://repo-clones.ci.qt.io/repos/centos/8/epel/Everything/x86_64/ +baseurl = http://repo-clones.ci.qt.io/repos/centos/epel/8/Everything/x86_64/ enabled = 1 gpgcheck = 1 -gpgkey = http://repo-clones.ci.qt.io/repos/centos/8/epel/RPM-GPG-KEY-EPEL-8 +gpgkey = http://repo-clones.ci.qt.io/repos/centos/epel/RPM-GPG-KEY-EPEL-8 [epel-playground] name = Qt Centos-8 - EPEL Playground metadata_expire = 86400 -baseurl = http://repo-clones.ci.qt.io/repos/centos/8/epel/playground/Everything/x86_64/os/ +baseurl = http://repo-clones.ci.qt.io/repos/centos/epel/playground/8/Everything/x86_64/os/ enabled = 1 gpgcheck = 1 -gpgkey = http://repo-clones.ci.qt.io/repos/centos/8/epel/RPM-GPG-KEY-EPEL-8 +gpgkey = http://repo-clones.ci.qt.io/repos/centos/epel/RPM-GPG-KEY-EPEL-8 EOC sudo yum clean all -- cgit v1.2.3