From f42d921b0b033cb68e2ac708bccac6231d3584e4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Feb 2023 12:14:48 -0800 Subject: [PATCH] Drop workarounds that have gone stable Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 88b1deea..14ecca68 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};