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

workarounds: add lorax with disabled persistence for 38/39 (#2170544)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-16 10:44:37 -08:00
parent 35eec4062e
commit 813c329c0c

View File

@ -479,7 +479,8 @@ sub setup_workaround_repo {
my %workarounds = ( my %workarounds = (
"36" => [], "36" => [],
"37" => [], "37" => [],
"38" => [], "38" => ["FEDORA-2023-0b2abc9ee6"],
"39" => ["FEDORA-2023-eaa25ada50"],
); );
# 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};