pungi-rocky/rocky/override.conf

11 lines
240 B
Plaintext
Raw Permalink Normal View History

2023-01-17 22:23:13 +00:00
# Overrides default variables
2023-01-19 01:09:22 +00:00
#from images import *
2023-01-18 06:02:17 +00:00
2023-01-17 22:23:13 +00:00
sigkeys = ['6D745A60']
2023-04-01 21:11:19 +00:00
tree_arches = ['aarch64', 'i686', 'x86_64']
2023-01-17 22:23:13 +00:00
translate_paths = [
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
2023-01-18 08:56:41 +00:00
("/mnt/compose", "file:///mnt/compose")
2023-01-17 22:23:13 +00:00
]