Blame koschei.cfg

293cc05
# -*- python -*-
293cc05
# vim: ft=python
293cc05
config = {
135427d
    "buildrequires": [
135427d
        "javapackages-tools",
135427d
    ],
135427d
    "requires": [
135427d
        "platform",
135427d
    ],
135427d
135427d
    "bootstrap": False,
fb01854
    "full_refs": False,
fb01854
    "default_ref": "javapackages",
135427d
    "include_build_deps": False,
e2c07cd
    "closure": False,
e2c07cd
    "filter_unused": True,
92f1f2b
    "topo_sort": True,
135427d
135427d
    "api": [
135427d
        "maven",
135427d
    ],
135427d
    "profiles": {
135427d
        "default": ["maven"],
135427d
    },
135427d
    "filter": [
135427d
    ],
135427d
    "includes": [
135427d
    ],
135427d
    "excludes": [
135427d
        "javapackages-tools",
135427d
        "java-1.7.0-openjdk",
135427d
        "java-1.8.0-openjdk",
135427d
    ],
135427d
    "frozen_refs": [
135427d
    ],
135427d
    "stream_override": {
fb01854
        "javapackages-tools": {
fb01854
            "3.5": "[201801]",
fb01854
        },
fb01854
        "platform": {
fb01854
            "3.5": "[]",
135427d
        },
135427d
    },
135427d
135427d
    "macros": {
135427d
        "_with_xmvn_javadoc": 1,
135427d
        "_without_asciidoc": 1,
135427d
        "_without_avalon": 1,
135427d
        "_without_bouncycastle": 1,
135427d
        "_without_cython": 1,
135427d
        "_without_dafsa": 1,
135427d
        "_without_desktop": 1,
2532146
        "_without_dom4j": 1,
135427d
        "_without_doxygen": 1,
135427d
        "_without_dtd": 1,
135427d
        "_without_eclipse": 1,
135427d
        "_without_ehcache": 1,
135427d
        "_without_emacs": 1,
135427d
        "_without_equinox": 1,
135427d
        "_without_fop": 1,
135427d
        "_without_ftp": 1,
135427d
        "_without_gradle": 1,
135427d
        "_without_groovy": 1,
135427d
        "_without_hadoop": 1,
135427d
        "_without_hsqldb": 1,
135427d
        "_without_itext": 1,
135427d
        "_without_jackson": 1,
135427d
        "_without_jmh": 1,
135427d
        "_without_jna": 1,
135427d
        "_without_jpa": 1,
224ccb2
        "_without_junit5": 1,
135427d
        "_without_logback": 1,
135427d
        "_without_markdown": 1,
135427d
        "_without_memcached": 1,
135427d
        "_without_memoryfilesystem": 1,
135427d
        "_without_obr": 1,
135427d
        "_without_python": 1,
135427d
        "_without_reporting": 1,
135427d
        "_without_scm": 1,
2532146
        "_without_snakeyaml": 1,
135427d
        "_without_snappy": 1,
135427d
        "_without_spring": 1,
135427d
        "_without_ssh": 1,
135427d
        "_without_testlib": 1,
2532146
        "_without_vfs": 1,
135427d
    },
135427d
135427d
    "summary": "Java project management and project comprehension tool",
fb01854
    "description": """\
fb01854
        Maven is a software project management and comprehension tool.
fb01854
        Based on the concept of a project object model (POM), Maven
fb01854
        can manage a project's build, reporting and documentation from
fb01854
        a central piece of information.
fb01854
    """,
135427d
293cc05
    "koji_config": {
224ccb2
        "server": "https://koji.kjnet.xyz/kojihub",
224ccb2
        "topurl": "https://koji.kjnet.xyz/kojifiles",
293cc05
        "multicall_chunk_size": 1000,
81c4875
        "tag_name": "jp-201801",
293cc05
    },
293cc05
    "dependency": {
293cc05
        "repo_arch": "x86_64",
293cc05
        "resolve_for_arch": "x86_64",
293cc05
        "ignore_weak_deps": True,
293cc05
        "cache_l2_capacity": 2,
293cc05
    },
293cc05
    "directories": {
293cc05
        "cachedir": "/tmp/maven-modulemd-gen",
293cc05
    },
293cc05
    "logging": {
293cc05
        "version": 1,
293cc05
        "loggers": {
293cc05
            "": {
293cc05
                "level": "INFO",
293cc05
                "handlers": ["stderr"],
293cc05
            },
293cc05
        },
293cc05
        "handlers": {
293cc05
            "stderr": {
293cc05
                "class": "logging.StreamHandler",
293cc05
                "stream": "ext://sys.stderr"
293cc05
            },
293cc05
        },
293cc05
    },
293cc05
}