From 35eec4062e1a3bb203ecf8cf044e69c3c75f86b4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Feb 2023 10:43:22 -0800 Subject: [PATCH] Drop workarounds that went stable 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 01edcce6..18438ec6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => ["FEDORA-2023-240cd5ee29", "FEDORA-2023-adf2c08800", "FEDORA-2023-5ad9752e38"], + "38" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};