mirror of
https://github.com/containers/podman.git
synced 2025-08-24 18:12:25 +08:00
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 <cevich@redhat.com>
This commit is contained in:
@ -19,10 +19,10 @@ die_unknown() {
|
|||||||
die "Unknown/unsupported \$$var_name '$var_value'"
|
die "Unknown/unsupported \$$var_name '$var_value'"
|
||||||
}
|
}
|
||||||
|
|
||||||
_EOL=20231001
|
_EOL=20250531
|
||||||
if [[ $(date +%Y%m%d) -ge $_EOL ]]; then
|
if [[ $(date +%Y%m%d) -ge $_EOL ]]; then
|
||||||
die "As of $_EOL this branch is probably
|
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:
|
confirm this with RHEL PM. If so:
|
||||||
|
|
||||||
It should be removed from Cirrus-Cron,
|
It should be removed from Cirrus-Cron,
|
||||||
|
Reference in New Issue
Block a user