mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +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:
parent
025949f483
commit
41ddac0951
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user