mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Drop workaround package that's gone stable
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
db3f6c1b02
commit
9df8fdb00e
@ -515,9 +515,8 @@ sub _repo_setup_updates {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [],
|
"30" => [],
|
||||||
"31" => [],
|
"31" => [],
|
||||||
# fix for lmod breaking console output tests, fix for UEFI
|
# fix for lmod breaking console output tests
|
||||||
# bootloader installs
|
"32" => ["FEDORA-2020-755d29d4b0"]
|
||||||
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-8ef75170b3"]
|
|
||||||
);
|
);
|
||||||
# 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};
|
||||||
|
Loading…
Reference in New Issue
Block a user