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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-05 18:22:13 -08:00
parent 72369df2fc
commit e23df39ee1
1 changed files with 1 additions and 1 deletions

View File

@ -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};