1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

Add FEDORA-2022-2beaa02bb4 as Rawhide workaround (#2121952)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-27 12:36:15 -07:00
parent 7bbec4c6bb
commit f81f3fea14

View File

@ -481,7 +481,7 @@ sub setup_workaround_repo {
"35" => [], "35" => [],
"36" => [], "36" => [],
"37" => [], "37" => [],
"38" => [], "38" => ["FEDORA-2022-2beaa02bb4"],
); );
# 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};