From 0b5746248f0c556045c92f5e7c0e686c9488d1ee Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 24 Aug 2021 15:52:27 -0700 Subject: [PATCH] Drop some update workarounds that went stable already 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 da69bd97..ecfce396 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -456,8 +456,8 @@ sub setup_workaround_repo { assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( "33" => [], - "34" => ["FEDORA-2021-d7b1dc57fe"], - "35" => ["FEDORA-2021-0192369fd9"] + "34" => [], + "35" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};