1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-12 14:23:09 +00:00

F39 EOL cleanup: drop 39 from the workarounds hash

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-11-28 13:54:21 -08:00
parent 971a8de7b9
commit 06349fb449

View File

@ -473,7 +473,6 @@ sub get_setup_repos_script {
sub get_workarounds { sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"39" => [],
"40" => [], "40" => [],
"41" => [], "41" => [],
"42" => ["FEDORA-2024-3588cd5a27", "FEDORA-2024-1e10898d68"], "42" => ["FEDORA-2024-3588cd5a27", "FEDORA-2024-1e10898d68"],