Blame koschei.cfg

13d5b0e
# -*- python -*-
13d5b0e
# vim: ft=python
13d5b0e
config = {
13d5b0e
    "buildrequires": [
13d5b0e
        "javapackages-tools",
13d5b0e
    ],
13d5b0e
    "requires": [
13d5b0e
        "platform",
13d5b0e
    ],
13d5b0e
13d5b0e
    "bootstrap": False,
13d5b0e
    "full_refs": False,
13d5b0e
    "default_ref": "javapackages",
13d5b0e
    "include_build_deps": False,
13d5b0e
    "closure": False,
13d5b0e
    "filter_unused": True,
13d5b0e
    "topo_sort": True,
13d5b0e
13d5b0e
    "api": [
13d5b0e
        "ant",
13d5b0e
    ],
13d5b0e
    "profiles": {
13d5b0e
        "default": ["ant"],
13d5b0e
    },
13d5b0e
    "filter": [
13d5b0e
    ],
13d5b0e
    "includes": [
13d5b0e
    ],
13d5b0e
    "excludes": [
13d5b0e
        "javapackages-tools",
13d5b0e
        "java-1.7.0-openjdk",
13d5b0e
        "java-1.8.0-openjdk",
13d5b0e
    ],
13d5b0e
    "frozen_refs": [
13d5b0e
        "python-lxml",
13d5b0e
    ],
13d5b0e
    "stream_override": {
13d5b0e
        "javapackages-tools": {
13d5b0e
            "1.10": "[201801]",
13d5b0e
        },
13d5b0e
        "platform": {
13d5b0e
            "1.10": "[]",
13d5b0e
        },
13d5b0e
    },
13d5b0e
13d5b0e
    "macros": {
13d5b0e
        "_with_xmvn_javadoc": 1,
13d5b0e
        "_without_asciidoc": 1,
13d5b0e
        "_without_avalon": 1,
13d5b0e
        "_without_bouncycastle": 1,
13d5b0e
        "_without_cython": 1,
13d5b0e
        "_without_dafsa": 1,
13d5b0e
        "_without_desktop": 1,
13d5b0e
        "_without_doxygen": 1,
13d5b0e
        "_without_dtd": 1,
13d5b0e
        "_without_eclipse": 1,
13d5b0e
        "_without_ehcache": 1,
13d5b0e
        "_without_emacs": 1,
13d5b0e
        "_without_equinox": 1,
13d5b0e
        "_without_fop": 1,
13d5b0e
        "_without_ftp": 1,
13d5b0e
        "_without_gradle": 1,
13d5b0e
        "_without_groovy": 1,
13d5b0e
        "_without_hadoop": 1,
13d5b0e
        "_without_hsqldb": 1,
13d5b0e
        "_without_itext": 1,
13d5b0e
        "_without_jackson": 1,
13d5b0e
        "_without_jmh": 1,
13d5b0e
        "_without_jna": 1,
13d5b0e
        "_without_jpa": 1,
13d5b0e
        "_without_logback": 1,
13d5b0e
        "_without_markdown": 1,
13d5b0e
        "_without_memcached": 1,
13d5b0e
        "_without_memoryfilesystem": 1,
13d5b0e
        "_without_obr": 1,
13d5b0e
        "_without_python": 1,
13d5b0e
        "_without_reporting": 1,
13d5b0e
        "_without_scm": 1,
13d5b0e
        "_without_snappy": 1,
13d5b0e
        "_without_spring": 1,
13d5b0e
        "_without_ssh": 1,
13d5b0e
        "_without_testlib": 1,
13d5b0e
    },
13d5b0e
13d5b0e
    "summary": "Java build tool",
13d5b0e
    "description": """\
13d5b0e
        Apache Ant is a Java library and command-line tool whose mission
13d5b0e
        is to drive processes described in build files as targets and extension
13d5b0e
        points dependent upon each other. The main known usage of Ant is the
13d5b0e
        build of Java applications. Ant supplies a number of built-in tasks
13d5b0e
        allowing to compile, assemble, test and run Java applications. Ant can
13d5b0e
        also be used effectively to build non Java applications, for instance C
13d5b0e
        or C++ applications. More generally, Ant can be used to pilot any type
13d5b0e
        of process which can be described in terms of targets and tasks.
13d5b0e
    """,
13d5b0e
13d5b0e
    "koji_config": {
13d5b0e
        "server": "https://koji.fedoraproject.org/kojihub",
13d5b0e
        "topurl": "https://kojipkgs.fedoraproject.org",
13d5b0e
        "multicall_chunk_size": 1000,
13d5b0e
    },
13d5b0e
    "dependency": {
13d5b0e
        "repo_arch": "x86_64",
13d5b0e
        "resolve_for_arch": "x86_64",
13d5b0e
        "ignore_weak_deps": True,
13d5b0e
        "cache_l2_capacity": 2,
13d5b0e
    },
13d5b0e
    "directories": {
13d5b0e
        "cachedir": "/tmp/maven-modulemd-gen",
13d5b0e
    },
13d5b0e
    "logging": {
13d5b0e
        "version": 1,
13d5b0e
        "loggers": {
13d5b0e
            "": {
13d5b0e
                "level": "INFO",
13d5b0e
                "handlers": ["stderr"],
13d5b0e
            },
13d5b0e
        },
13d5b0e
        "handlers": {
13d5b0e
            "stderr": {
13d5b0e
                "class": "logging.StreamHandler",
13d5b0e
                "stream": "ext://sys.stderr"
13d5b0e
            },
13d5b0e
        },
13d5b0e
    },
13d5b0e
}