comparison 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
comparison
equal deleted inserted replaced
1965:4d7542238772 1966:71334f290bfe
1 { 1 {
2 "config": { 2 "config": {
3 "extdir": "." 3 "extdir": "."
4 }, 4 },
5 "services": { 5 "services": {
6 "soundsoftware": { 6 "soundsoftware": {
7 "vcs": ["hg", "git"], 7 "vcs": ["hg", "git"],
8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
10 } 10 }
11 }, 11 },
12 "libraries": { 12 "libraries": {
13 "vamp-plugin-sdk": { 13 "vamp-plugin-sdk": {
14 "vcs": "hg", 14 "vcs": "hg",
15 "service": "soundsoftware" 15 "service": "soundsoftware"
16 }, 16 },
17 "svcore": { 17 "svcore": {
18 "vcs": "hg", 18 "vcs": "hg",
19 "service": "soundsoftware" 19 "service": "soundsoftware",
20 "branch": "checker_errorcode"
20 }, 21 },
21 "svgui": { 22 "svgui": {
22 "vcs": "hg", 23 "vcs": "hg",
23 "service": "soundsoftware" 24 "service": "soundsoftware"
24 }, 25 },
25 "svapp": { 26 "svapp": {
26 "vcs": "hg", 27 "vcs": "hg",
27 "service": "soundsoftware" 28 "service": "soundsoftware"
28 }, 29 },
29 "checker": { 30 "checker": {
30 "vcs": "hg", 31 "vcs": "hg",
31 "service": "soundsoftware", 32 "service": "soundsoftware",
32 "repository": "vamp-plugin-load-checker" 33 "repository": "vamp-plugin-load-checker",
34 "branch": "errorcode"
33 }, 35 },
34 "piper": { 36 "piper": {
35 "vcs": "git", 37 "vcs": "git",
36 "service": "github", 38 "service": "github",
37 "owner": "piper-audio" 39 "owner": "piper-audio"
38 }, 40 },
39 "piper-cpp": { 41 "piper-cpp": {
40 "vcs": "git", 42 "vcs": "git",
41 "service": "github", 43 "service": "github",
42 "owner": "piper-audio", 44 "owner": "piper-audio",
43 "repository": "piper-vamp-cpp" 45 "repository": "piper-vamp-cpp"
44 }, 46 },
45 "dataquay": { 47 "dataquay": {
46 "vcs": "hg", 48 "vcs": "hg",
47 "service": "bitbucket", 49 "service": "bitbucket",
67 "service": "bitbucket", 69 "service": "bitbucket",
68 "owner": "breakfastquay" 70 "owner": "breakfastquay"
69 }, 71 },
70 "sv-dependency-builds": { 72 "sv-dependency-builds": {
71 "vcs": "hg", 73 "vcs": "hg",
72 "service": "soundsoftware" 74 "service": "soundsoftware"
73 }, 75 },
74 "icons/scalable": { 76 "icons/scalable": {
75 "vcs": "hg", 77 "vcs": "hg",
76 "service": "soundsoftware", 78 "service": "soundsoftware",
77 "repository": "sv-iconset" 79 "repository": "sv-iconset"
78 } 80 }
79 } 81 }
80 } 82 }
81 83