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

Compare commits

...

2 Commits

Author SHA1 Message Date
Adam Williamson
c25db659c0 Add anaconda fix for new pykickstart as a workaround
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-17 21:26:39 -07:00
Adam Williamson
ac6ecb1058 Drop workarounds that have gone stable
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-17 21:26:16 -07:00

View File

@ -479,8 +479,8 @@ sub setup_workaround_repo {
my %workarounds = (
"36" => [],
"37" => [],
"38" => ["FEDORA-2023-a5e10b188a", "FEDORA-2023-a433b7cf46"],
"39" => [],
"38" => [],
"39" => ["FEDORA-2023-ba8376ffd9"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};