mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Remove some F37 workarounds that are in current compose
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
51eed16128
commit
e9f5378df5
@ -481,7 +481,7 @@ sub setup_workaround_repo {
|
||||
my %workarounds = (
|
||||
"35" => [],
|
||||
"36" => [],
|
||||
"37" => ["FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896", "FEDORA-2022-c3d0f2f9b7"]
|
||||
"37" => ["FEDORA-2022-c3d0f2f9b7"]
|
||||
);
|
||||
# then we'll download each update for our release:
|
||||
my $advortasks = $workarounds{$version};
|
||||
|
Loading…
Reference in New Issue
Block a user