From f0ab3c330fb2dd3ef763578f9d3ad614ee549cbd Mon Sep 17 00:00:00 2001 From: Patrik Teivonen Date: Thu, 28 May 2026 13:38:22 +0300 Subject: [PATCH] Provisioning: Point pinned EPEL repo at archive mirror for RHEL 10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Simo Fält Reviewed-by: Tony Sarajärvi --- .../provisioning/qtci-linux-RHEL-10.0-x86_64/03-enable-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/provisioning/qtci-linux-RHEL-10.0-x86_64/03-enable-repos.sh b/coin/provisioning/qtci-linux-RHEL-10.0-x86_64/03-enable-repos.sh index 751d9a06..e498b7c7 100755 --- a/coin/provisioning/qtci-linux-RHEL-10.0-x86_64/03-enable-repos.sh +++ b/coin/provisioning/qtci-linux-RHEL-10.0-x86_64/03-enable-repos.sh @@ -60,7 +60,7 @@ EOC sudo tee "/etc/yum.repos.d/epel-10.0.repo" > /dev/null <