Update workarounds: drop stable one, add F33 FreeIPA upgrade one
The F32 FreeIPA update that changed the web UI has gone stable now, so remove it. A pki-core update has just come out that fixes F32 -> F33 FreeIPA server upgrade test: add this as a workaround for F33 so that test stops failing on every update. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0999921fe3
commit
0350977ba3
@ -441,8 +441,8 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"31" => [],
|
"31" => [],
|
||||||
# FreeIPA 4.8.9 to make the UI consistent across releases
|
# FreeIPA 4.8.9 to make the UI consistent across releases
|
||||||
"32" => ["FEDORA-2020-dc32a8de93"],
|
"32" => [],
|
||||||
"33" => []
|
"33" => ["FEDORA-2020-2bef864cab"]
|
||||||
);
|
);
|
||||||
# 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