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:
parent
eefe75aa7f
commit
815fc3a758
@ -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};
|
||||||
|
Loading…
Reference in New Issue
Block a user