mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-13 00:31:23 +00:00
28 lines
538 B
Plaintext
28 lines
538 B
Plaintext
# This files overrides default variables defined in the configs in
|
|
# the ../shared directory.
|
|
|
|
# No images for now
|
|
# from images import *
|
|
|
|
# Unsigned builds for now
|
|
sigkeys = [None]
|
|
|
|
tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']
|
|
|
|
lorax_use_koji_plugin = False
|
|
|
|
lorax_options = [
|
|
("^.*$", {
|
|
'x86_64': {
|
|
'nomacboot': True
|
|
},
|
|
"*": {
|
|
"noupgrade": False
|
|
}
|
|
})
|
|
]
|
|
|
|
translate_paths = [ # required by image-build
|
|
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
|
|
]
|