mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Drop F32 workaround updates (both now stable)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a63437527c
commit
b59f875af1
@ -444,9 +444,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [],
|
"30" => [],
|
||||||
"31" => [],
|
"31" => [],
|
||||||
# fix for lmod breaking console output tests, latest pki to
|
"32" => []
|
||||||
# avoid broken FreeIPA upgrades (it can't go backwards)
|
|
||||||
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-5f05c3ec46"]
|
|
||||||
);
|
);
|
||||||
# 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