1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Add f37-backgrounds and desktop-backgrounds as workarounds

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-11 10:26:30 -07:00
parent 0c3b8c1ff3
commit fc11917a01

View File

@ -482,7 +482,7 @@ sub setup_workaround_repo {
"34" => [], "34" => [],
"35" => [], "35" => [],
"36" => [], "36" => [],
"37" => ["90614839", "FEDORA-2022-f8047bb67b", "FEDORA-2022-6f94e8eda6", "FEDORA-2022-b3376c521c"] "37" => ["90614839", "FEDORA-2022-f8047bb67b", "FEDORA-2022-6f94e8eda6", "FEDORA-2022-b3376c521c", "FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896"]
); );
# 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};