Kinoite: Remove Fedora Flatpak Platform

There are currently no KDE applications packaged as Flatpaks in Fedora
and we are thus shipping no Fatpak by default in Fedora Kinoite.

Remove the Runtime as it is unused and will be installed on demand if
users install applications from the Fedora Flatpak remote.

This will make the installer smaller which will save download and
installation time for users that only get Flatpaks from Flathub.

This can be reverted (and fixed for aarch64) once we have KDE Flatpaks
in Fedora.

See: https://pagure.io/fedora-kde/SIG/issue/13

Signed-off-by: Timothée Ravier <tim@siosm.fr>
This commit is contained in:
Timothée Ravier 2022-12-08 16:20:58 +01:00 committed by cverna
parent 0351ce9f83
commit 196f4554b6

View File

@ -936,8 +936,7 @@ ostree_installer = [
"release": None,
"rootfs_size": "8",
"add_template": ["ostree-based-installer/lorax-configure-repo.tmpl",
"ostree-based-installer/lorax-embed-repo.tmpl",
"ostree-based-installer/lorax-embed-flatpaks.tmpl"],
"ostree-based-installer/lorax-embed-repo.tmpl"],
"add_template_var": [
"ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/ostree/repo/",
"ostree_update_repo=https://ostree.fedoraproject.org",
@ -950,7 +949,7 @@ ostree_installer = [
# using registry-no-cdn avoids redirects to the CDN;
# needed because of network restrictions on koji runroot
"flatpak_remote_url=oci+https://registry-no-cdn.fedoraproject.org",
"flatpak_remote_refs=runtime/org.fedoraproject.Platform/x86_64/f37",
"flatpak_remote_refs=",
],
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'main',
@ -1002,7 +1001,7 @@ ostree_installer = [
# using registry-no-cdn avoids redirects to the CDN;
# needed because of network restrictions on koji runroot
"flatpak_remote_url=oci+https://registry-no-cdn.fedoraproject.org",
"flatpak_remote_refs=runtime/org.fedoraproject.Platform/aarch64/f37",
"flatpak_remote_refs=",
],
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'main',