mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
594457dff0
commit
7b2c9d3e45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user