From 39548521af3c403141f53f3f584788e17f1a2685 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 19 Mar 2025 11:47:50 -0400 Subject: [PATCH] Update branch EOL date The date previously set in the CI scripts was wrong. Fix it to allow CI to continue operating. Signed-off-by: Chris Evich --- contrib/cirrus/setup_environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 15512b1511..354862638e 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -19,10 +19,10 @@ die_unknown() { die "Unknown/unsupported \$$var_name '$var_value'" } -_EOL=20231001 +_EOL=20250531 if [[ $(date +%Y%m%d) -ge $_EOL ]]; then die "As of $_EOL this branch is probably -no longer supported in RHEL 8.4.0.2, please +no longer supported in RHEL 8.4.z, please confirm this with RHEL PM. If so: It should be removed from Cirrus-Cron,