From 41ddac095161c2ba5b6b0bf631cc4b59301b94f5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 13 Aug 2020 07:55:05 -0700 Subject: [PATCH] Drop all update workarounds The ones that were in there are stable now, plus downloading them is hitting a bug in Bodhi and breaking tests. Signed-off-by: Adam Williamson --- lib/utils.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index ea12c705..d634bfbc 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -439,10 +439,9 @@ sub setup_workaround_repo { assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( - "30" => [], - # gnome-initial-setup timezone bug fix - "31" => ["FEDORA-2020-da78f28e61"], - "32" => ["FEDORA-2020-74b4efe302"] + "31" => [], + "32" => [], + "33" => [] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};