From e23df39ee13f18dec0c90c12aaae39f83e49e2fa Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Mar 2021 18:22:13 -0800 Subject: [PATCH] Ditch the systemd workaround build for now It's causing crashes on update. I tried making us do an offline update in repo_setup, not online, but that's actually quite hard to implement so I'm not gonna do it on a Friday night. We'll just live with unreliable _live_build for a bit longer. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 9a868c57..108b54f4 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", "63160807"] + "34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};