From 0bedd59213d498f30218defb733d58ee85854ad7 Mon Sep 17 00:00:00 2001 From: mabulgu Date: Fri, 24 Apr 2026 15:08:05 +0300 Subject: [PATCH] Bump metal3-dev-env to e5cb63c Includes increased DNF retry count and delay for package installation tasks, improving resilience against transient EPEL mirror failures. Signed-off-by: Aykut Bulgu --- 01_install_requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_install_requirements.sh b/01_install_requirements.sh index 4a53f9fc0..b66e3396f 100755 --- a/01_install_requirements.sh +++ b/01_install_requirements.sh @@ -19,7 +19,7 @@ if [ -z "${METAL3_DEV_ENV}" ]; then # TODO -- come up with a plan for continuously updating this # Note we only do this in the case where METAL3_DEV_ENV is # unset, to enable developer testing of local checkouts - git reset f5c0b859717e71c35701905161caa6e65221b3fb --hard + git reset e5cb63c6a9dcd0d4544a1ae6855c6769957a8984 --hard # Ansible 9+ requires Python 3.10+, but CentOS Stream 9 ships Python 3.9. # Patch metal3-dev-env to use Ansible 8.x on centos9/rhel9.