1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Drop a workaround that went stable weeks ago

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-11-02 11:04:19 -07:00
parent 82588f4a52
commit c1d676e6ae

View File

@ -481,7 +481,7 @@ sub setup_workaround_repo {
"35" => [], "35" => [],
"36" => [], "36" => [],
"37" => [], "37" => [],
"38" => ["FEDORA-2022-3b6ee0825e"], "38" => [],
); );
# 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};