mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
live_build: drop a hack that should no longer be needed
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d85f199f13
commit
b3e5f7fb54
@ -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 hack this back out till a compose with the new
|
||||
# group has run, remove after next Rawhide compose
|
||||
if ($version eq $rawrel && $lcsubv eq "kde") {
|
||||
assert_script_run "sed -i -e '/kde-spin-initial-setup/d' openqa.ks";
|
||||
}
|
||||
# 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