From a1bb5bd1f70d8d9e68bb237bb27cbd077826afe1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 7 Jan 2019 18:13:21 -0800 Subject: [PATCH] Drop an update test hotfix (no longer needed, breaks F28) The packages from this update seem to be breaking F28 update tests for some reason; a later update has gone stable anyway, so this is no longer needed. Signed-off-by: Adam Williamson --- lib/utils.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index a533fcfb..67b591a8 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -404,14 +404,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"; - # HOTFIX 2018-11: an authselect change broke FreeIPA, grab the - # pending update that fixes that (F28 and F29) - if (get_var("VERSION") eq "29") { - assert_script_run "bodhi updates download --updateid FEDORA-2018-a7e4debd10", 600; - } - if (get_var("VERSION") eq "28") { - assert_script_run "bodhi updates download --updateid FEDORA-2018-892835660b", 600; - } # create the repo metadata assert_script_run "createrepo ."; # write a repo config file