mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-01 02:41:25 +00:00
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
# Overrides default variables
|
|
|
|
#from images import *
|
|
|
|
sigkeys = ['6D745A60']
|
|
tree_arches = ['aarch64', 'i686', 'x86_64']
|
|
translate_paths = [
|
|
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
|
|
("/mnt/compose", "file:///mnt/compose")
|
|
]
|