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:
Patrik Teivonen
2026-05-28 13:38:22 +03:00
parent 9448447668
commit f0ab3c330f

View File

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