From 4b516b6b31015ad737320bc6ee410717e0df98ca Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 15 Sep 2022 18:14:11 -0700 Subject: [PATCH] Drop Rawhide workarounds that are 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 47c47b4f..54faf54c 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => ["FEDORA-2022-4e9444ba4c", "FEDORA-2022-401265dc3e"], + "38" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};