mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Drop old workarounds and f36 from the workarounds hash
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
22f85493a3
commit
ef93c46ce5
@ -479,10 +479,9 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "mkdir -p /mnt/workarounds_repo";
|
assert_script_run "mkdir -p /mnt/workarounds_repo";
|
||||||
assert_script_run "pushd /mnt/workarounds_repo";
|
assert_script_run "pushd /mnt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"36" => [],
|
|
||||||
"37" => [],
|
"37" => [],
|
||||||
"38" => [],
|
"38" => [],
|
||||||
"39" => ["FEDORA-2023-935d3e1c1a", "FEDORA-2023-5fbcf33c26"],
|
"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};
|
||||||
|
Loading…
Reference in New Issue
Block a user