From 7b2c9d3e45558d6e3a3657fdc2879d8d1cd4192f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 30 Mar 2023 11:20:51 -0700 Subject: [PATCH] live_build: temporarily drop a newly-added group in KDE kickstart This group was only added to comps today, so it's not in the comps in the rawhide repo yet (will be after next compose). The Koji repo doesn't have normal comps so it's not there either. Signed-off-by: Adam Williamson --- tests/_live_build.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_live_build.pm b/tests/_live_build.pm index bf3ef170..007765ff 100644 --- a/tests/_live_build.pm +++ b/tests/_live_build.pm @@ -73,6 +73,8 @@ sub run { 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