mirror of
git://code.qt.io/qt/qt5.git
synced 2026-06-23 03:55:47 +08:00
Provisioning: Point pinned EPEL repo at archive mirror for RHEL 10.0
EPEL 10.0 has been moved under `archive.fedoraproject.org` now that 10.1 is the current release, so the pinned baseurl on `dl.` 404s and breaks provisioning. Switch to the archive URL to preserve the exact-release pin. Pick-to: 6.12 6.11 Change-Id: I0bff932e4aaa11515ca28aa18af5cea73a9e2b05 Reviewed-by: Elias Toivola <elias.toivola@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -60,7 +60,7 @@ EOC
|
||||
sudo tee "/etc/yum.repos.d/epel-10.0.repo" > /dev/null <<EOC
|
||||
[epel-10.0]
|
||||
name = Extra Packages for Enterprise Linux 10.0 (Qt pinned)
|
||||
baseurl = https://dl.fedoraproject.org/pub/epel/10.0/Everything/x86_64/
|
||||
baseurl = https://archive.fedoraproject.org/pub/archive/epel/10.0/Everything/x86_64/
|
||||
enabled = 1
|
||||
|
||||
gpgcheck = 1
|
||||
|
||||
Reference in New Issue
Block a user