1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-02 13:56:02 +00:00

Replace FreeIPA scratch build overrides with updates

And remove the Rawhide one as that's stable already.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-10-09 12:32:16 -07:00
parent 9313b82a75
commit 547cacb7a0

View File

@ -498,9 +498,9 @@ sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"41" => [], "41" => [],
"42" => ["137736267"], "42" => ["FEDORA-2025-2c4522dd71"],
"43" => ["137736467"], "43" => ["FEDORA-2025-5357dfc7ec"],
"44" => ["137736545"], "44" => [],
"eln" => [], "eln" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};