mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Add FEDORA-2021-9677463ae9 as a workaround for F35 update issues
This will hopefully resolve desktop_update_graphical failures on Workstation. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0891384805
commit
81c0a861d6
@ -457,7 +457,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"33" => [],
|
"33" => [],
|
||||||
"34" => [],
|
"34" => [],
|
||||||
"35" => []
|
"35" => ["FEDORA-2021-9677463ae9"]
|
||||||
);
|
);
|
||||||
# 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