From e53efc4c1e82cf05a48679a45e3da1195e5310d0 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Oct 02 2024 14:07:22 +0000 Subject: Add FEX-RootFS to the compose --- diff --git a/fedora-container.conf b/fedora-container.conf index b611c32..e255074 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -175,7 +175,18 @@ kiwibuild = { 'https://kojipkgs.fedoraproject.org/compose/42/latest-Fedora-42/compose/Everything/$arch/os/' ], 'subvariant': 'Container_Toolbox', - } + }, + { + 'kiwi_profile': 'FEX-RootFS', + 'arches': ['x86_64'], + 'repos': [ + 'https://kojipkgs.fedoraproject.org/compose/updates/f42-updates/compose/Everything/$arch/os/', + 'https://kojipkgs.fedoraproject.org/compose/42/latest-Fedora-42/compose/Everything/$arch/os/' + ], + 'subvariant': 'FEX_RootFS', + 'bundle_name_format': '%N-%v-%I.%A', + 'failable': ['*'], + }, ], } koji_profile = 'compose_koji' diff --git a/fedora.conf b/fedora.conf index a83038c..a744a81 100644 --- a/fedora.conf +++ b/fedora.conf @@ -447,7 +447,15 @@ kiwibuild = { 'target': global_target, 'bundle_name_format': '%N-%v-%I.%A.%T', 'failable': [''], - } + }, + { + 'kiwi_profile': 'FEX-RootFS', + 'arches': ['x86_64'], + 'repos': ['Everything'], + 'subvariant': 'FEX_RootFS', + 'target': global_target, + 'failable': ['*'], + }, ], '^Spins$': [ {