fedora config files for pungi
Go to file
Bohdan Khomutskyi 27ad069b6d Add squashfs_only parameter to lorax_options
This will enable solution to the change proposal:
https://fedoraproject.org/wiki/Changes/OptimizeSquashFSOnDVDByRemovingEXT4FilesystemImageLayer

This change will reduce the image size and also
is an additional step towards improving the reproducibility

This change can be tested in Fedora RawHide:
https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20201025.n.0/compose/Server/x86_64/iso/

Jira: RHELCMP-2900
Signed-off-by: Bohdan Khomutskyi <bkhomuts@redhat.com>
2020-10-26 11:41:30 +01:00
fedora ELN: Remove cherry-picked metacity and rng-tools - they are in ELN now. 2020-10-20 14:32:03 +02:00
shared Add squashfs_only parameter to lorax_options 2020-10-26 11:41:30 +01:00
content-resolver-to-gather-source-json ELN: Try building Base container image. 2020-09-16 09:19:17 +02:00
eln.conf ELN: Use the "global variable" feature to reduce config duplicities. 2020-10-07 07:38:00 +02:00
prepopulate.json ELN: Add prepopulate.json as placeholder and defined gather_method for Buildroot. 2020-10-08 08:16:25 +02:00
README.rst ELN: Try building Base container image. 2020-09-16 09:19:17 +02:00
variants.xml Revert "ELN: Include all modules in Everything variant." 2020-10-20 20:05:18 +02:00

This repository holds the config files that define Fedora ELN compose, 
Future CentOS Stream compose and Future RHEL compose.

The repository is organized into several directories:

- ``shared`` - Pungi configuration files defining compose options
  which are shared between all Fedora ELN, CentOS Stream and RHEL.
  There is one Pungi configuration file for each Pungi phase and
  also ``general.conf``, ``multilib.conf`` and
  ``additional_and_filter_packages.conf`` defining compose options
  which are not specific for any particular phase.
- ``fedora`` - Pungi configuration files which extend the ``shared``
  compose options (and in some cases overrides them) for Fedora ELN
  compose.
- ``centos`` - Pungi configuration files which extend the ``shared``
  compose options (and in some cases overrides them) for CentOS
  compose.
- ``rhel`` - Pungi configuration files which extend the ``shared``
  compose options (and in some cases overrides them) for RHEL
  compose.

In the main directory, there is one file for each compose which can
be generated from thie configuration files repository. Each config
file imports the ``shared`` configuration files and also the ``fedora``,
``centos`` or ``rhel`` specific overrides.

Compose variants (repositories)
###############################

So far the compose repositories are defined by the Content Resolver.
There is a ``content-resolver-to-gather-source-json`` Python script
which queries the Content Resolver API and generated ``gather_source.json``
which defines which RPM is in which Compose variant.

In the future this will be replaced by comps files, but these are not
defined yet.