mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-27 03:20:57 +00:00
10 lines
240 B
Text
10 lines
240 B
Text
# Overrides default variables
|
|
|
|
#from images import *
|
|
|
|
sigkeys = ['6D745A60']
|
|
tree_arches = ['aarch64', 'i386', 'x86_64']
|
|
translate_paths = [
|
|
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
|
|
("/mnt/compose", "file:///mnt/compose")
|
|
]
|