Drop workarounds that already went stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-02-23 13:08:13 -08:00
parent eefe75aa7f
commit 815fc3a758
1 changed files with 2 additions and 2 deletions

View File

@ -462,8 +462,8 @@ sub setup_workaround_repo {
assert_script_run "mkdir -p /opt/workarounds_repo";
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
"34" => ["FEDORA-2022-b8782ad7f2"],
"35" => ["FEDORA-2022-5aee32fbab"]
"34" => [],
"35" => []
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};