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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-08-13 07:55:05 -07:00
parent 025949f483
commit 41ddac0951

View File

@ -439,10 +439,9 @@ sub setup_workaround_repo {
assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "mkdir -p /opt/workarounds_repo";
assert_script_run "pushd /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = ( my %workarounds = (
"30" => [], "31" => [],
# gnome-initial-setup timezone bug fix "32" => [],
"31" => ["FEDORA-2020-da78f28e61"], "33" => []
"32" => ["FEDORA-2020-74b4efe302"]
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advisories = $workarounds{$version}; my $advisories = $workarounds{$version};