Remove koschei.cfg
This commit is contained in:
parent
7199be188f
commit
8a64595bca
1 changed files with 0 additions and 97 deletions
97
koschei.cfg
97
koschei.cfg
|
|
@ -1,97 +0,0 @@
|
|||
# -*- python -*-
|
||||
# vim: ft=python
|
||||
config = {
|
||||
"buildrequires": [
|
||||
"javapackages-tools",
|
||||
"platform",
|
||||
],
|
||||
"requires": [
|
||||
"platform",
|
||||
],
|
||||
|
||||
"bootstrap": False,
|
||||
"full_refs": False,
|
||||
"default_ref": "stream-maven-3.6",
|
||||
"include_build_deps": False,
|
||||
"closure": False,
|
||||
"filter_unused": True,
|
||||
"topo_sort": True,
|
||||
|
||||
"api": [
|
||||
"maven-3.6-maven",
|
||||
],
|
||||
"profiles": {
|
||||
"default": ["maven-3.6-maven"],
|
||||
},
|
||||
"filter": [
|
||||
],
|
||||
"includes": [
|
||||
],
|
||||
"excludes": [
|
||||
"javapackages-tools",
|
||||
"java-1.7.0-openjdk",
|
||||
"java-1.8.0-openjdk",
|
||||
],
|
||||
"frozen_refs": [
|
||||
],
|
||||
"stream_override": {
|
||||
"javapackages-tools": {
|
||||
"3.5": "[201801]",
|
||||
"3.6": "[201901]",
|
||||
"master": "[201901]",
|
||||
},
|
||||
"platform": {
|
||||
"3.5": "[]",
|
||||
"3.6": "[]",
|
||||
"master": "[]",
|
||||
},
|
||||
},
|
||||
|
||||
"macros": {
|
||||
"module_prefix": "%{_module_name}-%{_module_stream}-",
|
||||
"module_package": "%package -n %{module_prefix}%{name} \\\n Summary: %{summary} \\\n %description -n %{module_prefix}%{name} \\\n %{summary}.",
|
||||
"xmvn_install_repo": "install-%{_module_name}-%{_module_stream}",
|
||||
"mvn_file": "echo Ignoring mvn_file",
|
||||
"maven_alternatives_priority": "30600",
|
||||
"maven_version_suffix": "-%{_module_stream}",
|
||||
},
|
||||
|
||||
"summary": "Java project management and project comprehension tool",
|
||||
"description": """\
|
||||
Maven is a software project management and comprehension tool.
|
||||
Based on the concept of a project object model (POM), Maven
|
||||
can manage a project's build, reporting and documentation from
|
||||
a central piece of information.
|
||||
""",
|
||||
|
||||
"koji_config": {
|
||||
"server": "https://koji.kjnet.xyz/kojihub",
|
||||
"topurl": "https://koji.kjnet.xyz/kojifiles",
|
||||
"multicall_chunk_size": 1000,
|
||||
"tag_name": "m36-hybrid",
|
||||
},
|
||||
"dependency": {
|
||||
"repo_arch": "x86_64",
|
||||
"resolve_for_arch": "x86_64",
|
||||
"ignore_weak_deps": True,
|
||||
"cache_l2_capacity": 2,
|
||||
},
|
||||
"directories": {
|
||||
"cachedir": "/tmp/maven-modulemd-gen",
|
||||
},
|
||||
"logging": {
|
||||
"version": 1,
|
||||
"loggers": {
|
||||
"": {
|
||||
"level": "INFO",
|
||||
"handlers": ["stderr"],
|
||||
},
|
||||
},
|
||||
"handlers": {
|
||||
"stderr": {
|
||||
"class": "logging.StreamHandler",
|
||||
"stream": "ext://sys.stderr"
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue