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
1 changed files with 3 additions and 4 deletions

View File

@ -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};