mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Add the kde-settings update that fixes XDG dirs as a workaround
It's gone stable, but we haven't had a compose yet. Adding it as a workaround so I can just revert the workaround for the bug (see previous commit). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0401e44420
commit
25214b7ff7
@ -445,7 +445,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"32" => [],
|
"32" => [],
|
||||||
"33" => [],
|
"33" => [],
|
||||||
"34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc"]
|
"34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc", "FEDORA-2021-3519ef4c51"]
|
||||||
);
|
);
|
||||||
# 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