1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

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

View File

@ -462,8 +462,8 @@ sub setup_workaround_repo {
assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "mkdir -p /opt/workarounds_repo";
assert_script_run "pushd /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = ( my %workarounds = (
"34" => ["FEDORA-2022-b8782ad7f2"], "34" => [],
"35" => ["FEDORA-2022-5aee32fbab"] "35" => []
); );
# 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};