From 12de9331c523c1de1bbfcc88b77ed224c3d28026 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 8 Mar 2021 14:23:24 -0800 Subject: [PATCH] Revert "Ditch the systemd workaround build for now" This reverts commit e23df39ee13f18dec0c90c12aaae39f83e49e2fa, putting the systemd workaround back in place, now we know how to avoid the bug it causes. It's going stable tomorrow anyway, but I want to re-run failed tests with the fix right away. Used the update ID this time, not the build number. --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 84b125b5..40032c0d 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -445,7 +445,7 @@ sub setup_workaround_repo { my %workarounds = ( "32" => [], "33" => [], - "34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc"] + "34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc", "FEDORA-2021-ead59f24eb"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};