From 815fc3a758d7d31622e643e99260e787a8ad7c0a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 23 Feb 2022 13:08:13 -0800 Subject: [PATCH] Drop workarounds that already went stable Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 2a7a6d15..5400e216 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -462,8 +462,8 @@ sub setup_workaround_repo { assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( - "34" => ["FEDORA-2022-b8782ad7f2"], - "35" => ["FEDORA-2022-5aee32fbab"] + "34" => [], + "35" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};