mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-29 00:53:09 +00:00
Add FreeIPA update as workaround for F37
We need this FreeIPA rebuild for Rawhide update tests to pass. Can drop once it's in a compose. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
73a07f38aa
commit
ad5eb54715
@ -479,7 +479,8 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"34" => [],
|
"34" => [],
|
||||||
"35" => [],
|
"35" => [],
|
||||||
"36" => []
|
"36" => [],
|
||||||
|
"37" => ["FEDORA-2022-792a2279a4"]
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user