Drop workarounds that went stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-16 10:43:22 -08:00
parent 8ce6fa4d6e
commit 35eec4062e
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ sub setup_workaround_repo {
my %workarounds = (
"36" => [],
"37" => [],
"38" => ["FEDORA-2023-240cd5ee29", "FEDORA-2023-adf2c08800", "FEDORA-2023-5ad9752e38"],
"38" => [],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};