1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-22 07:15:44 +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 = ( my %workarounds = (
"36" => [], "36" => [],
"37" => [], "37" => [],
"38" => [], "38" => ["FEDORA-2023-a5e10b188a", "FEDORA-2023-a433b7cf46"],
"39" => ["FEDORA-2023-ba8376ffd9"], "39" => [],
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};