From aa73342380f97e1d0cbbb0ece58ebf55a6b1ceba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 4 Sep 2022 08:38:33 -0700 Subject: [PATCH] Remove FEDORA-2022-2beaa02bb4 workaround It's stable now. 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 27bb2033..fe7137b1 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => ["FEDORA-2022-2beaa02bb4"], + "38" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};