2024-01-17 17:42:11 +00:00
|
|
|
# This is the default CentOS Stream 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 CentOS Stream, edit the
|
|
|
|
# "centos/override.conf" configuration file.
|
|
|
|
|
2023-09-21 16:42:43 +00:00
|
|
|
from shared/variables import *
|
2024-02-21 19:33:21 +00:00
|
|
|
from rocky/variables import *
|
2023-09-21 16:42:43 +00:00
|
|
|
from shared/all import *
|
|
|
|
from rocky/override import *
|
|
|
|
|
2023-09-22 20:10:08 +00:00
|
|
|
image_build = {}
|
|
|
|
sigkeys = [None]
|
|
|
|
signed_packages_wait = 0
|
|
|
|
signed_packages_retries = 0
|
|
|
|
|
2023-09-21 16:42:43 +00:00
|
|
|
global_release = '!RELEASE_FROM_DATE_RESPIN'
|