annotate 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
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1966 6 "soundsoftware": {
Chris@1966 7 "vcs": ["hg", "git"],
Chris@1966 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1966 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1966 10 }
Chris@1676 11 },
Chris@1724 12 "libraries": {
Chris@1674 13 "vamp-plugin-sdk": {
Chris@1710 14 "vcs": "hg",
Chris@1710 15 "service": "soundsoftware"
Chris@1674 16 },
Chris@1674 17 "svcore": {
Chris@1780 18 "vcs": "hg",
Chris@1966 19 "service": "soundsoftware",
Chris@1966 20 "branch": "checker_errorcode"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@1860 24 "service": "soundsoftware"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@1966 28 "service": "soundsoftware"
Chris@1674 29 },
Chris@1710 30 "checker": {
Chris@1710 31 "vcs": "hg",
Chris@1966 32 "service": "soundsoftware",
Chris@1966 33 "repository": "vamp-plugin-load-checker",
Chris@1966 34 "branch": "errorcode"
Chris@1710 35 },
Chris@1720 36 "piper": {
Chris@1720 37 "vcs": "git",
Chris@1966 38 "service": "github",
Chris@1966 39 "owner": "piper-audio"
Chris@1720 40 },
Chris@1710 41 "piper-cpp": {
Chris@1710 42 "vcs": "git",
Chris@1966 43 "service": "github",
Chris@1966 44 "owner": "piper-audio",
Chris@1715 45 "repository": "piper-vamp-cpp"
Chris@1710 46 },
Chris@1674 47 "dataquay": {
Chris@1674 48 "vcs": "hg",
Chris@1675 49 "service": "bitbucket",
Chris@1675 50 "owner": "breakfastquay"
Chris@1674 51 },
Chris@1674 52 "bqvec": {
Chris@1674 53 "vcs": "hg",
Chris@1675 54 "service": "bitbucket",
Chris@1675 55 "owner": "breakfastquay"
Chris@1674 56 },
Chris@1674 57 "bqfft": {
Chris@1674 58 "vcs": "hg",
Chris@1675 59 "service": "bitbucket",
Chris@1675 60 "owner": "breakfastquay"
Chris@1674 61 },
Chris@1674 62 "bqresample": {
Chris@1674 63 "vcs": "hg",
Chris@1675 64 "service": "bitbucket",
Chris@1675 65 "owner": "breakfastquay"
Chris@1674 66 },
Chris@1674 67 "bqaudioio": {
Chris@1674 68 "vcs": "hg",
Chris@1675 69 "service": "bitbucket",
Chris@1675 70 "owner": "breakfastquay"
Chris@1674 71 },
Chris@1674 72 "sv-dependency-builds": {
Chris@1674 73 "vcs": "hg",
Chris@1966 74 "service": "soundsoftware"
Chris@1674 75 },
Chris@1674 76 "icons/scalable": {
Chris@1674 77 "vcs": "hg",
Chris@1966 78 "service": "soundsoftware",
Chris@1966 79 "repository": "sv-iconset"
Chris@1674 80 }
Chris@1674 81 }
Chris@1674 82 }
Chris@1674 83