1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-27 16:13:09 +00:00

Compare commits

..

No commits in common. "c25db659c0793260a690522cec203573f3e6f6da" and "96118b4b60680db830bf38244a42ca455978b87e" have entirely different histories.

View File

@ -479,8 +479,8 @@ sub setup_workaround_repo {
my %workarounds = (
"36" => [],
"37" => [],
"38" => [],
"39" => ["FEDORA-2023-ba8376ffd9"],
"38" => ["FEDORA-2023-a5e10b188a", "FEDORA-2023-a433b7cf46"],
"39" => [],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};