From 7f96c3aa4950f8073cf1feda04ea82aa997ca00b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 20 Sep 2019 10:51:16 -0700 Subject: [PATCH] Remove a now-unneeded workaround Signed-off-by: Adam Williamson --- lib/utils.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 004e33c6..fb6e7a4a 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -443,12 +443,6 @@ sub _repo_setup_updates { # installed, but was not assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt'; upload_logs "/var/log/updatepkgnames.txt"; - # FIXME: workaround for broken lorax-29.29-1.fc29, remove when - # FEDORA-2019-8a3aa00d5e goes stable - my $version = get_var("VERSION"); - if ($version == 29) { - assert_script_run "bodhi updates download --updateid FEDORA-2019-8a3aa00d5e", 600; - } # create the repo metadata assert_script_run "createrepo ."; # write a repo config file, unless this is the support_server test