Provisioning: Move Centos 8 EPEL repos

Change-Id: I73ec04443a6edca2bf2add60b8df021ba1e8d4aa
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Ville-Pekka Karhu 2020-11-24 17:48:38 +02:00
parent 9b5c3f0a6d
commit ace087df68
1 changed files with 4 additions and 4 deletions

View File

@ -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