2015-05-29 20:04:00 +00:00
|
|
|
# PRODUCT INFO
|
2015-07-24 18:37:25 +00:00
|
|
|
release_name = "Fedora"
|
|
|
|
release_short = "Fedora"
|
|
|
|
release_version = "24"
|
|
|
|
release_is_layered = False
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
# GENERAL SETTINGS
|
|
|
|
bootable = True
|
2015-07-24 18:25:06 +00:00
|
|
|
comps_file = "comps-f24.xml" #{
|
2015-07-07 15:14:06 +00:00
|
|
|
# "scm": "git",
|
|
|
|
# "repo": "git://git.fedorahosted.org/git/comps.git",
|
|
|
|
# "branch": None, # defaults to cvs/HEAD or git/master
|
|
|
|
# "file": "comps-f23.xml",
|
|
|
|
#}
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
variants_file="variants-fedora.xml"
|
|
|
|
sigkeys = ["FD431D51", "F21541EB", None] # None = unsigned
|
|
|
|
|
|
|
|
# limit tree architectures
|
|
|
|
# if undefined, all architectures from variants.xml will be included
|
|
|
|
tree_arches = ['i386', 'x86_64', 'armhfp']
|
|
|
|
|
|
|
|
# limit tree variants
|
|
|
|
# if undefined, all variants from variants.xml will be included
|
|
|
|
#tree_variants = ["Server"]
|
|
|
|
|
|
|
|
multilib_arches = ["x86_64",]
|
|
|
|
multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, none, runtime (recommended)
|
|
|
|
|
2015-07-24 18:37:25 +00:00
|
|
|
hashed_directories = True
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
# RUNROOT settings
|
2015-07-22 01:35:10 +00:00
|
|
|
runroot = True
|
2015-05-29 20:04:00 +00:00
|
|
|
#runroot_channel = "fedora_compose"
|
2015-07-22 01:35:10 +00:00
|
|
|
runroot_channel = "compose"
|
2015-07-24 18:25:06 +00:00
|
|
|
runroot_tag = "f24-build"
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
# PKGSET
|
|
|
|
pkgset_source = "koji" # koji, repos
|
|
|
|
|
|
|
|
# PKGSET - REPOS
|
|
|
|
# pkgset_repos format: {arch: [repo1_url, repo2_url, ...]}
|
|
|
|
# pkgset_repos = {}
|
|
|
|
|
|
|
|
# PKGSET - KOJI
|
2015-07-07 15:14:06 +00:00
|
|
|
pkgset_koji_path_prefix = "/mnt/koji/"
|
2015-05-29 20:04:00 +00:00
|
|
|
pkgset_koji_url = "http://koji.fedoraproject.org/kojihub"
|
2015-07-24 18:25:06 +00:00
|
|
|
pkgset_koji_tag = "f24"
|
2015-07-07 15:14:06 +00:00
|
|
|
pkgset_koji_inherit = False
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
# GATHER
|
|
|
|
gather_source = "comps"
|
|
|
|
gather_method = "deps"
|
|
|
|
check_deps = False
|
|
|
|
greedy_method = "build"
|
|
|
|
|
|
|
|
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
|
|
|
# gather_lookaside_repos = []
|
|
|
|
|
|
|
|
# GATHER - JSON
|
|
|
|
# format: {variant_uid: {arch: package: [arch1, arch2, None (for any arch)]}}
|
|
|
|
#gather_source_mapping = "/path/to/mapping.json"
|
|
|
|
|
|
|
|
|
|
|
|
# TODO: link_files: copy, symlink, hardlink, hardlink-or-copy (default)
|
|
|
|
|
|
|
|
|
|
|
|
# CREATEREPO
|
|
|
|
# TODO: checksum type
|
|
|
|
createrepo_c = True
|
2015-07-24 18:46:41 +00:00
|
|
|
createrepo_checksum = "sha256"
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
# BUILDINSTALL
|
|
|
|
buildinstall_upgrade_image = True
|
2015-07-07 15:14:06 +00:00
|
|
|
buildinstall_method = "lorax"
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
# PRODUCTIMG
|
|
|
|
# We'll probably need this stuff
|
|
|
|
#install_class = {
|
|
|
|
# "scm": "git",
|
|
|
|
# "repo": "git://git.fedorahosted.org/git/comps.git",
|
|
|
|
# "branch": None,
|
|
|
|
# "file": "comps/fedora/%(variant_id)s.py",
|
|
|
|
#}
|
|
|
|
po_files = {
|
|
|
|
"scm": "git",
|
|
|
|
"repo": "git://git.fedorahosted.org/git/comps.git",
|
|
|
|
"branch": None,
|
|
|
|
"dir": "po",
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# CREATEISO
|
|
|
|
create_optional_isos = False
|
|
|
|
#symlink_isos_to = "/mnt/fedora_koji/koj/iso/work"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#extra_packages = [
|
|
|
|
# "/mnt/packages/foo*",
|
|
|
|
#]
|
|
|
|
|
|
|
|
|
|
|
|
# fomat: [(variant_uid_regex, {arch|*: [packages]})]
|
|
|
|
additional_packages = [
|
|
|
|
('.*', {
|
|
|
|
'*': [
|
|
|
|
'kernel.*',
|
|
|
|
'dracut.*',
|
|
|
|
'autocorr-.*',
|
|
|
|
'eclipse-nls-.*',
|
|
|
|
'hunspell-.*',
|
|
|
|
'hyphen-.*',
|
|
|
|
'calligra-l10n-.*',
|
|
|
|
'kde-l10n-.*',
|
|
|
|
'libreoffice-langpack-.*',
|
|
|
|
'man-pages-.*',
|
|
|
|
'mythes-.*',
|
|
|
|
],
|
|
|
|
}),
|
|
|
|
|
|
|
|
('^Server$', {
|
|
|
|
'*': [
|
|
|
|
|
|
|
|
],
|
|
|
|
}),
|
|
|
|
|
|
|
|
('^Workstation$', {
|
|
|
|
'*': [
|
|
|
|
|
|
|
|
],
|
|
|
|
}),
|
|
|
|
|
|
|
|
('^Cloud$', {
|
|
|
|
'*': [
|
|
|
|
|
|
|
|
],
|
|
|
|
}),
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
filter_packages = [
|
|
|
|
('^.*', {
|
|
|
|
'*': [
|
|
|
|
'^kernel.*debug.*',
|
|
|
|
'^kernel-kdump.*',
|
|
|
|
'^kernel-tools.*',
|
|
|
|
'^syslog-ng.*',
|
|
|
|
'^astronomy-bookmarks',
|
|
|
|
'^generic.*',
|
|
|
|
'^GConf2-dbus.*',
|
|
|
|
'^bluez-gnome',
|
|
|
|
#Periods cause problems in paterns, so replace with *s
|
|
|
|
'^java-1.8.0-openjdk',
|
|
|
|
'^community-mysql.*',
|
|
|
|
'^jruby.*',
|
|
|
|
'^gimp-help-.*',
|
|
|
|
]
|
|
|
|
}),
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
# format: {arch|*: [packages]}
|
|
|
|
multilib_blacklist = {
|
|
|
|
"*": [
|
|
|
|
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# format: {arch|*: [packages]}
|
|
|
|
multilib_whitelist = {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]
|
2015-07-22 01:35:10 +00:00
|
|
|
#extra_files = [
|
|
|
|
# ('^(Server|Workstation|Cloud)$', {
|
|
|
|
# '*': [
|
|
|
|
# {
|
|
|
|
# "scm": "rpm",
|
|
|
|
# "repo": "fedora-release-%(variant_id_lower)s",
|
|
|
|
# "branch": None,
|
|
|
|
# "file": [
|
|
|
|
# "/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release",
|
|
|
|
# ],
|
|
|
|
# "target": "",
|
|
|
|
# },
|
|
|
|
# ],
|
|
|
|
# }),
|
|
|
|
#]
|
2015-05-29 20:04:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
|
|
|
#live_images = [
|
|
|
|
# ('^Workstation$', {
|
|
|
|
# "x86_64": "fedora-live-workstation.ks",
|
|
|
|
# }),
|
|
|
|
#]
|
|
|
|
|
|
|
|
# format: scm_dict
|
|
|
|
# certificate file name format: <variant_uid>-<arch>-*.pem
|
2015-07-24 18:37:25 +00:00
|
|
|
#release_id = {
|
2015-05-29 20:04:00 +00:00
|
|
|
# "scm": "git",
|
|
|
|
# "repo": "git://git.fedorahosted.org/git/foo.git",
|
|
|
|
# "branch": None, # defaults to cvs/HEAD or git/master
|
2015-07-24 18:37:25 +00:00
|
|
|
# "dir": "release_foo",
|
2015-05-29 20:04:00 +00:00
|
|
|
#}
|
2015-07-24 18:37:25 +00:00
|
|
|
release_id_allow_missing = True
|
2015-07-22 01:35:10 +00:00
|
|
|
koji_profile = "koji"
|
|
|
|
|