annotate repoint-project.json @ 2299:bb0f5a8f93fe by-id

Add forgotten subrepo update
author Chris Cannam
date Mon, 24 Jun 2019 16:58:10 +0100
parents 62a8db9cd2f8
children eb7f4579e5cc
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@2295 19 "service": "soundsoftware",
Chris@2295 20 "branch": "by-id"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2283 24 "service": "soundsoftware"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@2299 28 "service": "soundsoftware",
Chris@2299 29 "branch": "by-id"
Chris@1674 30 },
Chris@1710 31 "checker": {
Chris@1710 32 "vcs": "hg",
Chris@1966 33 "service": "soundsoftware",
Chris@1979 34 "repository": "vamp-plugin-load-checker"
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@2045 41 "piper-vamp-cpp": {
Chris@1710 42 "vcs": "git",
Chris@1966 43 "service": "github",
Chris@2045 44 "owner": "piper-audio"
Chris@1710 45 },
Chris@1674 46 "dataquay": {
Chris@1674 47 "vcs": "hg",
Chris@1675 48 "service": "bitbucket",
Chris@1675 49 "owner": "breakfastquay"
Chris@1674 50 },
Chris@1674 51 "bqvec": {
Chris@1674 52 "vcs": "hg",
Chris@1675 53 "service": "bitbucket",
Chris@1675 54 "owner": "breakfastquay"
Chris@1674 55 },
Chris@1674 56 "bqfft": {
Chris@1674 57 "vcs": "hg",
Chris@1675 58 "service": "bitbucket",
Chris@1675 59 "owner": "breakfastquay"
Chris@1674 60 },
Chris@1674 61 "bqresample": {
Chris@1674 62 "vcs": "hg",
Chris@1675 63 "service": "bitbucket",
Chris@1675 64 "owner": "breakfastquay"
Chris@1674 65 },
Chris@1674 66 "bqaudioio": {
Chris@1674 67 "vcs": "hg",
Chris@1675 68 "service": "bitbucket",
Chris@1675 69 "owner": "breakfastquay"
Chris@1674 70 },
Chris@2147 71 "bqaudiostream": {
Chris@2147 72 "vcs": "hg",
Chris@2147 73 "service": "bitbucket",
Chris@2147 74 "owner": "breakfastquay"
Chris@2147 75 },
Chris@2147 76 "bqthingfactory": {
Chris@2147 77 "vcs": "hg",
Chris@2147 78 "service": "bitbucket",
Chris@2147 79 "owner": "breakfastquay"
Chris@2147 80 },
Chris@1674 81 "sv-dependency-builds": {
Chris@1674 82 "vcs": "hg",
Chris@1966 83 "service": "soundsoftware"
Chris@1674 84 },
Chris@1674 85 "icons/scalable": {
Chris@1674 86 "vcs": "hg",
Chris@1966 87 "service": "soundsoftware",
Chris@1966 88 "repository": "sv-iconset"
Chris@1674 89 }
Chris@1674 90 }
Chris@1674 91 }
Chris@1674 92