From 0425be0d8ea50e96ece031d6e73fa0661cafb1d8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Feb 2024 12:16:18 -0800 Subject: [PATCH] live_build: hack anaconda-webui out of kickstart on g-i-s update We need to special-case the g-i-s update to get it stable before we can actually change this in the real kickstarts repo... Signed-off-by: Adam Williamson --- tests/_live_build.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/_live_build.pm b/tests/_live_build.pm index 02dbde44..8080bee7 100644 --- a/tests/_live_build.pm +++ b/tests/_live_build.pm @@ -79,6 +79,11 @@ sub run { } # now flatten the kickstart assert_script_run "ksflatten -c fedora-live-${lcsubv}.ks -o openqa.ks"; + # FIXME: we need to patch out anaconda-webui on the fly to test + # the g-i-s update that drops webui support, as we can't merge the + # kickstart change till that update is stable. remove when this + # little catch-22 is resolved + assert_script_run "sed -i -e '/anaconda-webui/d' openqa.ks" if ($advortask eq "FEDORA-2024-8b66f08f0b"); # upload the kickstart so we can check it upload_logs "openqa.ks"; # now install the tools into the mock