mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Revert "_live_build: workaround util-linux-user problem for KDE live"
This reverts commit efc2f8ae36
.
As the comment said, it's no longer needed.
This commit is contained in:
parent
5c6ae24e99
commit
fbb9bd7386
@ -72,9 +72,6 @@ sub run {
|
|||||||
if ($version eq $rawrel) {
|
if ($version eq $rawrel) {
|
||||||
assert_script_run 'echo "repo --name=koji-rawhide --baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/\$basearch/" >> ' . $repoks;
|
assert_script_run 'echo "repo --name=koji-rawhide --baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/\$basearch/" >> ' . $repoks;
|
||||||
}
|
}
|
||||||
# FIXME: this is needed until the next Rawhide compose, with
|
|
||||||
# https://pagure.io/fedora-comps/pull-request/841 merged
|
|
||||||
assert_script_run 'sed -e "s,%packages,%packages\n-util-linux-user,g" fedora-kde-common.ks';
|
|
||||||
# now flatten the kickstart
|
# now flatten the kickstart
|
||||||
assert_script_run "ksflatten -c fedora-live-${lcsubv}.ks -o openqa.ks";
|
assert_script_run "ksflatten -c fedora-live-${lcsubv}.ks -o openqa.ks";
|
||||||
# upload the kickstart so we can check it
|
# upload the kickstart so we can check it
|
||||||
|
Loading…
Reference in New Issue
Block a user