mirror of https://github.com/qt/qt5.git
Provisioning: Move Centos 8 EPEL repos
Change-Id: I73ec04443a6edca2bf2add60b8df021ba1e8d4aa Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
parent
9b5c3f0a6d
commit
ace087df68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue