1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Drop now-stable FreeIPA workaround for F36

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-26 14:38:27 -07:00
parent 8ce8a7fe65
commit 73a07f38aa

View File

@ -479,7 +479,7 @@ sub setup_workaround_repo {
my %workarounds = (
"34" => [],
"35" => [],
"36" => ["FEDORA-2022-c3b9e13961"]
"36" => []
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};