From 873720b97b74671c6f75bb5814b17fe6743d4b04 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 21 Mar 2023 18:03:34 -0700 Subject: [PATCH] Drop workaround which went stable a few days ago Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index b9b73835..d1a487bd 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -480,7 +480,7 @@ sub setup_workaround_repo { "36" => [], "37" => [], "38" => [], - "39" => ["FEDORA-2023-ba8376ffd9"], + "39" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};