pungi-rocky/rocky-devel.conf

65 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-03-12 03:31:18 +00:00
from shared/variables import *
from rocky/variables import *
from shared/all import *
from rocky/override import *
2021-02-21 05:22:59 +00:00
# PRODUCT INFO
2021-06-26 01:12:22 +00:00
release_name = "Rocky Development"
release_short = "Rocky-devel"
version = "8-devel"
2021-02-21 05:22:59 +00:00
skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files']
# GENERAL SETTINGS
multilib = [
('^.*$', {
'x86_64': ['devel', 'runtime']
}),
]
variants_file = 'variants-devel.xml'
2021-02-21 20:30:01 +00:00
sigkeys = ['6D745A60']
2021-07-07 04:24:12 +00:00
hashed_directories = True
2021-02-21 05:22:59 +00:00
# tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64']
2023-04-01 21:11:19 +00:00
tree_arches = ['aarch64', 'i686', 'x86_64']
2021-02-21 05:22:59 +00:00
# PKGSET
2021-04-30 07:38:39 +00:00
koji_profile = "koji"
2021-02-21 05:22:59 +00:00
# PKGSET - KOJI
filter_system_release_packages = False
# GATHER
2023-03-12 03:31:18 +00:00
gather_prepopulate = "devel-prepopulate.json"
2023-03-12 06:30:07 +00:00
gather_selfhosting = True
gather_method = "deps"
2021-02-21 05:22:59 +00:00
gather_backend = "dnf"
check_deps = False
greedy_method = "none"
repoclosure_backend = "dnf"
# CHECKSUMS
media_checksums = ['sha256']
media_checksum_one_file = True
create_jigdo = False
buildinstall_skip = [
2022-05-20 05:56:48 +00:00
("^(devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
2021-02-21 05:22:59 +00:00
"*": True
}),
]
# LOOKASIDE
variant_as_lookaside = [
]
gather_lookaside_repos = [
]
productimg = False
2023-03-12 06:30:07 +00:00
comps_file = ""