From 3462050cf72d01d4f922dbcb208bc7d97973d739 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 18 May 2023 09:24:55 -0700 Subject: [PATCH] _live_build: drop some workarounds we shouldn't need any more Signed-off-by: Adam Williamson --- tests/_live_build.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/_live_build.pm b/tests/_live_build.pm index 007765ff..e8199ee5 100644 --- a/tests/_live_build.pm +++ b/tests/_live_build.pm @@ -67,14 +67,6 @@ sub run { if ($version eq $rawrel) { assert_script_run 'echo "repo --name=koji-rawhide --baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/\$basearch/" >> ' . $repoks; } - # FIXME: this is a workaround for #2119518, disabling oomd so it - # doesn't go crazy killing things - my $relnum = get_release_number; - if ($relnum > 37) { - assert_script_run 'sed -i -e "s,%end,-systemd-oomd-defaults\n%end,g" fedora-workstation-common.ks'; - } - # FIXME this is only needed from 2023-03-30 till the next Rawhide compose - assert_script_run 'sed -i -e "/kde-pim/d" fedora-kde-common.ks'; # now flatten the kickstart assert_script_run "ksflatten -c fedora-live-${lcsubv}.ks -o openqa.ks"; # upload the kickstart so we can check it