From ef93c46ce54e22aa9217dc6ca27e974a6475a80c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: May 24 2023 21:39:22 +0000 Subject: Drop old workarounds and f36 from the workarounds hash Signed-off-by: Adam Williamson --- diff --git a/lib/utils.pm b/lib/utils.pm index 320a179..dd9ac7f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};