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-07-06 06:42:12 +00:00
|
|
|
createrepo_deltas = False
|
|
|
|
createrepo_database = True
|
|
|
|
createrepo_c = True
|
|
|
|
createrepo_checksum = "sha256"
|
|
|
|
createrepo_use_xz = True
|
|
|
|
createrepo_num_threads = 8
|
|
|
|
createrepo_num_workers = 8
|
2023-03-20 18:05:01 +00:00
|
|
|
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.9']
|
2021-07-07 04:24:12 +00:00
|
|
|
hashed_directories = True
|
2021-07-06 06:42:12 +00:00
|
|
|
|
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-11-17 17:48:56 +00:00
|
|
|
'mesa',
|
2021-02-21 05:22:59 +00:00
|
|
|
],
|
2021-12-01 01:15:05 +00:00
|
|
|
'aarch64': [
|
|
|
|
'open-vm-tools',
|
|
|
|
'open-vm-tools-desktop',
|
|
|
|
'open-vm-tools-sdmp',
|
2022-09-08 00:38:17 +00:00
|
|
|
'open-vm-tools-sdmp-salt-minion',
|
2021-12-01 01:15:05 +00:00
|
|
|
],
|
2021-02-21 05:22:59 +00:00
|
|
|
}),
|
|
|
|
]
|
|
|
|
|
|
|
|
createiso_skip = [
|
|
|
|
|
|
|
|
('^plus$', {
|
|
|
|
'*': True,
|
|
|
|
'src': True
|
|
|
|
}),
|
|
|
|
]
|