mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
_live_build: drop some workarounds we shouldn't need any more
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
37bd56033d
commit
3462050cf7
@ -67,14 +67,6 @@ sub run {
|
||||
if ($version eq $rawrel) {
|
||||
assert_script_run 'echo "repo --name=koji-rawhide --baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/\$basearch/" >> ' . $repoks;
|
||||
}
|
||||
# FIXME: this is a workaround for #2119518, disabling oomd so it
|
||||
# doesn't go crazy killing things
|
||||
my $relnum = get_release_number;
|
||||
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