mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Compare commits
2 Commits
69534aa8fc
...
b3b39a79d9
Author | SHA1 | Date | |
---|---|---|---|
|
b3b39a79d9 | ||
|
905376e320 |
@ -474,9 +474,9 @@ sub get_workarounds {
|
|||||||
my $version = shift || get_var("VERSION");
|
my $version = shift || get_var("VERSION");
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"39" => [],
|
"39" => [],
|
||||||
"40" => ["FEDORA-2024-8ef1271562"],
|
"40" => [],
|
||||||
"41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"],
|
"41" => [],
|
||||||
"42" => [],
|
"42" => ["FEDORA-2024-b3e53a2b43"],
|
||||||
"eln" => [],
|
"eln" => [],
|
||||||
);
|
);
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user