mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
f40 workarounds: drop old anaconda build, add new lorax
We don't need this anaconda scratch build any more (the official build has the fix now), but we *do* need the new lorax update I just built to fix installer image builds with branched F40. See https://github.com/weldr/lorax/pull/1379 Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
375250000f
commit
e6dabfa0df
@ -476,7 +476,7 @@ sub get_workarounds {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"38" => [],
|
"38" => [],
|
||||||
"39" => [],
|
"39" => [],
|
||||||
"40" => ["113074492"],
|
"40" => ["FEDORA-2024-912d46e3da"],
|
||||||
);
|
);
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
return @$advortasks;
|
return @$advortasks;
|
||||||
|
Loading…
Reference in New Issue
Block a user