1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

F38 workarounds: replace desktop-backgrounds with f37-backgrounds

desktop-backgrounds update went stable, but we also need an
f37-backgrounds update which was only just submitted to fix the
problem.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-08 23:13:33 +02:00
parent 6b31f622d8
commit 1c819304d2

View File

@ -481,7 +481,7 @@ sub setup_workaround_repo {
"35" => [],
"36" => [],
"37" => [],
"38" => ["FEDORA-2022-11041fbc00", "FEDORA-2022-239ef3d487"],
"38" => ["FEDORA-2022-9a6e62514c", "FEDORA-2022-239ef3d487"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};