view repoint-project.json @ 1966:71334f290bfe checker_errorcode

Return and use error codes from plugin checker
author Chris Cannam
date Wed, 29 Aug 2018 17:45:33 +0100
parents d167d3a100d5
children 7b4e4d245524
line wrap: on
line source
{
    "config": {
        "extdir": "."
    },
    "services": {
        "soundsoftware": {
            "vcs": ["hg", "git"],
            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
        }
    },
    "libraries": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svcore": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "checker_errorcode"
        },
        "svgui": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svapp": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "checker": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "vamp-plugin-load-checker",
            "branch": "errorcode"
        },
        "piper": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "piper-cpp": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio",
            "repository": "piper-vamp-cpp"
        },
        "dataquay": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqvec": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqfft": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqresample": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqaudioio": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "sv-dependency-builds": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "icons/scalable": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "sv-iconset"
        }
    }
}