annotate repoint-project.json @ 333:70d19452631e

Update subrepos
author Chris Cannam
date Fri, 14 Sep 2018 14:55:24 +0100
parents e16e4cda23b9
children ba3c0e70b5dd
rev   line source
Chris@303 1 {
Chris@303 2 "config": {
Chris@303 3 "extdir": "."
Chris@303 4 },
Chris@303 5 "services": {
Chris@303 6 "soundsoftware": {
Chris@303 7 "vcs": ["hg", "git"],
Chris@303 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@303 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@303 10 }
Chris@303 11 },
Chris@303 12 "libraries": {
Chris@303 13 "vamp-plugin-sdk": {
Chris@303 14 "vcs": "hg",
Chris@303 15 "service": "soundsoftware"
Chris@303 16 },
Chris@303 17 "svcore": {
Chris@303 18 "vcs": "hg",
Chris@303 19 "service": "soundsoftware"
Chris@303 20 },
Chris@328 21 "checker": {
Chris@328 22 "vcs": "hg",
Chris@328 23 "service": "soundsoftware",
Chris@328 24 "repository": "vamp-plugin-load-checker"
Chris@328 25 },
Chris@303 26 "piper-cpp": {
Chris@303 27 "vcs": "git",
Chris@303 28 "service": "github",
Chris@303 29 "owner": "piper-audio",
Chris@303 30 "repository": "piper-vamp-cpp"
Chris@303 31 },
Chris@305 32 "dataquay": {
Chris@305 33 "vcs": "hg",
Chris@305 34 "service": "bitbucket",
Chris@305 35 "owner": "breakfastquay"
Chris@305 36 },
Chris@303 37 "bqvec": {
Chris@303 38 "vcs": "hg",
Chris@303 39 "service": "bitbucket",
Chris@303 40 "owner": "breakfastquay"
Chris@303 41 },
Chris@303 42 "bqfft": {
Chris@303 43 "vcs": "hg",
Chris@303 44 "service": "bitbucket",
Chris@303 45 "owner": "breakfastquay"
Chris@303 46 },
Chris@303 47 "bqresample": {
Chris@303 48 "vcs": "hg",
Chris@303 49 "service": "bitbucket",
Chris@303 50 "owner": "breakfastquay"
Chris@303 51 },
Chris@303 52 "sv-dependency-builds": {
Chris@303 53 "vcs": "hg",
Chris@303 54 "service": "soundsoftware"
Chris@303 55 }
Chris@303 56 }
Chris@303 57 }
Chris@303 58