2020-08-21 10:36:02 +00:00
|
|
|
# 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.
|
|
|
|
|
2020-09-30 18:37:33 +00:00
|
|
|
from shared/variables import *
|
2020-08-21 06:38:04 +00:00
|
|
|
from fedora/variables import *
|
2020-09-30 18:37:33 +00:00
|
|
|
from shared/all import *
|
2020-08-21 10:36:02 +00:00
|
|
|
from fedora/override import *
|