mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 14:51:24 +00:00
52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
release_name = "Rocky Linux Extras"
|
|
release_short = "Extras"
|
|
release_version = "8"
|
|
release_is_layered = False
|
|
|
|
variants_file='variants-Extras.xml'
|
|
sigkeys = ['6D745A60']
|
|
create_jigdo = False
|
|
|
|
pkgset_source='koji'
|
|
|
|
pkgset_koji_tag='dist-rocky8-extras-compose'
|
|
gather_method = {
|
|
'^.*': { # For all variants
|
|
'comps': 'deps', # resolve dependencies for packages from comps file
|
|
'module': 'nodeps', # but not for packages from modules
|
|
}
|
|
}
|
|
|
|
gather_backend = 'dnf'
|
|
greedy_method = 'build'
|
|
koji_profile = "mbox"
|
|
|
|
check_deps = False
|
|
|
|
filter_packages = [
|
|
('^extras$', {
|
|
'*': [
|
|
# We want to include rocky-stream-repos, but not duplicate these
|
|
# other subpackages of rocky-repos that are already in BaseOS.
|
|
'rocky-gpg-keys',
|
|
'rocky-repos',
|
|
],
|
|
}),
|
|
]
|
|
|
|
additional_packages = [
|
|
('^extras$', {
|
|
'*': [
|
|
'*',
|
|
],
|
|
}),
|
|
]
|
|
|
|
createiso_skip = [
|
|
|
|
('^extras$', {
|
|
'*': True,
|
|
'src': True
|
|
}),
|
|
]
|