From 1d3fe8dbb6da40d76eb750a34fe935a57c51c83c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 24 Feb 2023 12:57:37 -0800 Subject: [PATCH] Drop workaround that's now 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 2519b2cb..14ecca68 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -480,7 +480,7 @@ sub setup_workaround_repo { "36" => [], "37" => [], "38" => [], - "39" => ["97911079"], + "39" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};