mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
clean up workarounds
Drop two that went stable, replace a scratch build with the official update. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b1d0d448ea
commit
8dbcca38b0
@ -476,8 +476,8 @@ sub get_workarounds {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"38" => [],
|
"38" => [],
|
||||||
"39" => [],
|
"39" => [],
|
||||||
"40" => ["114154510", "FEDORA-2024-4afc8e64b0"],
|
"40" => ["FEDORA-2024-76dab69b77"],
|
||||||
"41" => ["114149399"],
|
"41" => [],
|
||||||
);
|
);
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
return @$advortasks;
|
return @$advortasks;
|
||||||
|
Loading…
Reference in New Issue
Block a user