pungi-rocky/plus.conf

66 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-02-21 05:22:59 +00:00
release_name = "Rocky-Plus"
release_short = "Plus"
release_version = "8"
release_is_layered = False
2021-05-05 07:30:00 +00:00
variants_file='variants-plus.xml'
2021-02-21 20:30:01 +00:00
sigkeys = ['6D745A60']
2021-02-21 05:22:59 +00:00
create_jigdo = False
pkgset_source='koji'
2021-06-01 22:17:31 +00:00
#comps_file = {
# 'scm': 'git',
# 'repo': 'https://git.rockylinux.org/rocky/comps.git',
# 'branch': 'main',
# 'file': 'comps-rocky-8-plus.xml',
#}
2021-05-05 07:30:00 +00:00
pkgset_koji_tag='dist-rocky8-plus-compose'
2021-06-21 07:29:43 +00:00
################################################################################
# WARNING
#
# Below says "nodeps" for a reason. There are packages that are here that have
# deps in the main repos. If there are deps that aren't coming in that need to
# be here, you will need to list them in the additional_packages section.
################################################################################
2021-02-21 05:22:59 +00:00
gather_method = {
'^.*': { # For all variants
2021-06-21 05:08:35 +00:00
'comps': 'nodeps', # resolve dependencies for packages from comps file
2021-02-21 05:22:59 +00:00
'module': 'nodeps', # but not for packages from modules
}
}
gather_backend = 'dnf'
greedy_method = 'build'
2021-04-30 07:38:39 +00:00
koji_profile = "koji"
2021-02-21 05:22:59 +00:00
check_deps = False
2021-06-21 04:40:38 +00:00
filter_packages = [
('^extras$', {
'*': [
'*',
],
}),
]
2021-02-21 05:22:59 +00:00
additional_packages = [
('^plus$', {
'*': [
2021-06-21 04:40:38 +00:00
'openldap-servers',
2021-02-21 05:22:59 +00:00
],
}),
]
createiso_skip = [
('^plus$', {
'*': True,
'src': True
}),
]