comparison repoint-project.json @ 1979:7b4e4d245524

Merge from branch checker_errorcode
author Chris Cannam
date Fri, 31 Aug 2018 15:24:10 +0100
parents 71334f290bfe
children 015416e3a298
comparison
equal deleted inserted replaced
1978:d3bd593a610c 1979:7b4e4d245524
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"
22 "vcs": "hg", 22 "vcs": "hg",
23 "service": "soundsoftware" 23 "service": "soundsoftware"
24 }, 24 },
25 "svapp": { 25 "svapp": {
26 "vcs": "hg", 26 "vcs": "hg",
27 "service": "soundsoftware" 27 "service": "soundsoftware"
28 }, 28 },
29 "checker": { 29 "checker": {
30 "vcs": "hg", 30 "vcs": "hg",
31 "service": "soundsoftware", 31 "service": "soundsoftware",
32 "repository": "vamp-plugin-load-checker" 32 "repository": "vamp-plugin-load-checker"
33 }, 33 },
34 "piper": { 34 "piper": {
35 "vcs": "git", 35 "vcs": "git",
36 "service": "github", 36 "service": "github",
37 "owner": "piper-audio" 37 "owner": "piper-audio"
38 }, 38 },
39 "piper-cpp": { 39 "piper-cpp": {
40 "vcs": "git", 40 "vcs": "git",
41 "service": "github", 41 "service": "github",
42 "owner": "piper-audio", 42 "owner": "piper-audio",
43 "repository": "piper-vamp-cpp" 43 "repository": "piper-vamp-cpp"
44 }, 44 },
45 "dataquay": { 45 "dataquay": {
46 "vcs": "hg", 46 "vcs": "hg",
47 "service": "bitbucket", 47 "service": "bitbucket",
67 "service": "bitbucket", 67 "service": "bitbucket",
68 "owner": "breakfastquay" 68 "owner": "breakfastquay"
69 }, 69 },
70 "sv-dependency-builds": { 70 "sv-dependency-builds": {
71 "vcs": "hg", 71 "vcs": "hg",
72 "service": "soundsoftware" 72 "service": "soundsoftware"
73 }, 73 },
74 "icons/scalable": { 74 "icons/scalable": {
75 "vcs": "hg", 75 "vcs": "hg",
76 "service": "soundsoftware", 76 "service": "soundsoftware",
77 "repository": "sv-iconset" 77 "repository": "sv-iconset"
78 } 78 }
79 } 79 }
80 } 80 }
81 81