1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

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