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:
parent
453053f4ed
commit
0b5746248f
@ -456,8 +456,8 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "pushd /opt/workarounds_repo";
|
assert_script_run "pushd /opt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"33" => [],
|
"33" => [],
|
||||||
"34" => ["FEDORA-2021-d7b1dc57fe"],
|
"34" => [],
|
||||||
"35" => ["FEDORA-2021-0192369fd9"]
|
"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};
|
||||||
|
Loading…
Reference in New Issue
Block a user