From aafe460f850db9fba48e1990b3976fb80938b884 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Oct 2020 10:09:59 -0700 Subject: [PATCH] Update testing: drop all workarounds They're all stable now. Signed-off-by: Adam Williamson --- lib/utils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index e047f24c..6481de4e 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -439,9 +439,9 @@ sub setup_workaround_repo { assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( - "31" => ["FEDORA-2020-ef6074cb37"], - "32" => ["FEDORA-2020-f7ce2b3a71"], - "33" => ["FEDORA-2020-957351614b", "FEDORA-2020-8b8b3ade7b"] + "31" => [], + "32" => [], + "33" => [] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};