1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Drop workarounds that have gone stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-23 12:14:48 -08:00
parent 8e68c385d3
commit f42d921b0b

View File

@ -479,8 +479,8 @@ sub setup_workaround_repo {
my %workarounds = (
"36" => [],
"37" => [],
"38" => ["FEDORA-2023-f60de6c2aa"],
"39" => ["FEDORA-2023-5b9ff0154e"],
"38" => [],
"39" => [],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};