mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Revert "live_build: hack anaconda-webui out of kickstart on g-i-s update"
This reverts commit 0425be0d8e
. We
only needed it for that one update and it went stable ages ago.
This commit is contained in:
parent
9f2d44a181
commit
ce2c511588
@ -79,11 +79,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user