pungi-fedora/eln.conf
Jan Kaluza ef9b90b1ce ELN: Use the "global variable" feature to reduce config duplicities.
This moves all the configuration variables from eln.conf to
shared/*.conf files. The configuration itself remains the same,
it is just stored differently.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-10-07 07:38:00 +02:00

15 lines
481 B
Plaintext

# This is the default Fedora ELN config template.
#
# DO NOT EDIT this configuration file directly.
#
# For any change which should be propagated also into CentOS and RHEL
# compose, edit the particular configuration file in the "shared" directory.
#
# For any change which should happen only for Fedora ELN, edit the
# "fedora/override.conf" configuration file.
from shared/variables import *
from fedora/variables import *
from shared/all import *
from fedora/override import *