Drop old workarounds and f36 from the workarounds hash

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-05-24 14:39:22 -07:00
parent 22f85493a3
commit ef93c46ce5
1 changed files with 1 additions and 2 deletions

View File

@ -479,10 +479,9 @@ sub setup_workaround_repo {
assert_script_run "mkdir -p /mnt/workarounds_repo";
assert_script_run "pushd /mnt/workarounds_repo";
my %workarounds = (
"36" => [],
"37" => [],
"38" => [],
"39" => ["FEDORA-2023-935d3e1c1a", "FEDORA-2023-5fbcf33c26"],
"39" => [],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};