Revert "Ditch the systemd workaround build for now"

This reverts commit e23df39ee1,
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.
This commit is contained in:
Adam Williamson 2021-03-08 14:23:24 -08:00
parent 21385361ed
commit 12de9331c5
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"]
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc", "FEDORA-2021-ead59f24eb"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};