1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 10:23:09 +00:00

Drop some update workarounds that went stable already

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-24 15:52:27 -07:00
parent 453053f4ed
commit 0b5746248f

View File

@ -456,8 +456,8 @@ sub setup_workaround_repo {
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
"33" => [],
"34" => ["FEDORA-2021-d7b1dc57fe"],
"35" => ["FEDORA-2021-0192369fd9"]
"34" => [],
"35" => []
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};