1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-18 16:43:07 +00:00

Compare commits

..

No commits in common. "601555d79b8bf6b9004138c7723805ff15c849ff" and "dab034c39e533b655c71f22dc0c20d6a655fe601" have entirely different histories.

View File

@ -473,9 +473,9 @@ sub get_setup_repos_script {
sub get_workarounds { sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"40" => ["FEDORA-2024-07a6f9366e"], "40" => [],
"41" => [], "41" => [],
"42" => [], "42" => ["FEDORA-2024-3588cd5a27", "FEDORA-2024-1e10898d68"],
"eln" => [], "eln" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};