From 7dc50d32854b77b2dee78f666450c66acfdef2ac Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 27 Nov 2018 17:30:25 -0800 Subject: [PATCH] Drop no-longer-needed F29 update test hotfix The update went stable months ago. Signed-off-by: Adam Williamson --- lib/utils.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 3e2df919..47e0d6cb 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -466,11 +466,6 @@ sub _repo_setup_updates { # source packages and epochs assert_script_run 'rpm -qp *.rpm --qf "%{SOURCERPM} %{EPOCH} %{NAME}-%{VERSION}-%{RELEASE}\n" | sort -u > /var/log/updatepkgs.txt'; upload_logs "/var/log/updatepkgs.txt"; - # HOTFIX for f29 2018-10: a rogue krb5 update went stable and broke - # the FreeIPA tests, grab the pending update that fixes that - if (get_var("VERSION") eq "29") { - assert_script_run "bodhi updates download --updateid FEDORA-2018-b1048ce2df", 600; - } # create the repo metadata assert_script_run "createrepo ."; # write a repo config file