fedora config files for pungi
Go to file
Jan Kaluza ab1689d88f Revert "Include dhcp-client in BaseOS variant."
This reverts commit cfb36f1b81.

NetworkManager uses it's own built in dhcp client now as does systemd,
basically dhcp-client is irrelevant for most use cases now
so it shouldn't be there by default.

Instead, we are removing the "dhcp-client" from the kickstart file
so it is not needed to build the images.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-11-19 13:28:51 +01:00
fedora Skip buildinstall for BaseOS on i386. 2020-11-17 16:41:44 +01:00
shared Revert "Include dhcp-client in BaseOS variant." 2020-11-19 13:28:51 +01:00
content-resolver-to-gather-source-json
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
variants.xml Include emacs group in AppStream. 2020-11-18 09:36:37 +01: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.