From 813c329c0c03072d41ef122d236b141b3d926c07 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Feb 2023 10:44:37 -0800 Subject: [PATCH] workarounds: add lorax with disabled persistence for 38/39 (#2170544) Signed-off-by: Adam Williamson --- lib/utils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 18438ec6..142becab 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,8 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => [], + "38" => ["FEDORA-2023-0b2abc9ee6"], + "39" => ["FEDORA-2023-eaa25ada50"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};