mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
22 lines
639 B
Plaintext
22 lines
639 B
Plaintext
|
# 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.
|
||
|
|
||
|
from shared/variables import *
|
||
|
from rocky-lookahead/variables import *
|
||
|
from shared/all import *
|
||
|
from rocky-lookahead/override import *
|
||
|
|
||
|
image_build = {}
|
||
|
sigkeys = [None]
|
||
|
signed_packages_wait = 0
|
||
|
signed_packages_retries = 0
|
||
|
|
||
|
global_release = '!RELEASE_FROM_DATE_RESPIN'
|