pungi/tests/data/dummy-pungi.conf

99 lines
1.4 KiB
Plaintext

# RELEASE
release_name = "Dummy Product"
release_short = "DP"
release_version = "1.0"
release_is_layered = False
release_type = "ga"
# GENERAL SETTINGS
comps_file = "dummy-comps.xml"
variants_file = "dummy-variants.xml"
# KOJI SETTINGS
runroot = False
# PKGSET
sigkeys = [None]
pkgset_source = "repos"
pkgset_repos = {
"i386": [
"repo",
],
"x86_64": [
"repo",
],
"s390x": [
"repo",
],
}
# CREATEREPO
createrepo_checksum = "sha256"
# GATHER
gather_source = "comps"
gather_method = "deps"
greedy_method = "build"
check_deps = False
multilib_arches = ["ppc64", "x86_64", "s390x"]
multilib_methods = ["devel", "runtime"]
additional_packages = [
('^Server$', {
'*': [
'dummy-libtool',
],
}),
('^Client-optional$', {
'*': [
'dummy-httpd',
],
}),
]
filter_packages = [
('^.*$', {
'*': [
'dummy-pacemaker',
],
}),
('^Client$', {
'*': [
'dummy-httpd',
],
}),
('^Server-optional$', {
'*': [
'dummy-httpd.i686',
],
}),
('^.*-ResilientStorage$', {
'*': [
'dummy-glusterfs-resource-agents',
],
}),
]
multilib_blacklist = {
"*": [
"kernel-devel",
"httpd-devel",
],
}
multilib_whitelist = {
"*": [
"dummy-glibc",
],
}
# BUILDINSTALL
bootable = False