annotate repoint-project.json @ 350:f09defd7040b

Bitbucket -> Sourcehut, and subrepo update
author Chris Cannam
date Fri, 30 Aug 2019 12:05:12 +0100
parents 90169412b1a7
children
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@346 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@334 26 "piper-vamp-cpp": {
Chris@303 27 "vcs": "git",
Chris@303 28 "service": "github",
Chris@334 29 "owner": "piper-audio"
Chris@303 30 },
Chris@305 31 "dataquay": {
Chris@305 32 "vcs": "hg",
Chris@350 33 "service": "sourcehut",
Chris@305 34 "owner": "breakfastquay"
Chris@305 35 },
Chris@303 36 "bqvec": {
Chris@303 37 "vcs": "hg",
Chris@350 38 "service": "sourcehut",
Chris@303 39 "owner": "breakfastquay"
Chris@303 40 },
Chris@303 41 "bqfft": {
Chris@303 42 "vcs": "hg",
Chris@350 43 "service": "sourcehut",
Chris@303 44 "owner": "breakfastquay"
Chris@303 45 },
Chris@303 46 "bqresample": {
Chris@303 47 "vcs": "hg",
Chris@350 48 "service": "sourcehut",
Chris@303 49 "owner": "breakfastquay"
Chris@303 50 },
Chris@334 51 "bqthingfactory": {
Chris@334 52 "vcs": "hg",
Chris@350 53 "service": "sourcehut",
Chris@334 54 "owner": "breakfastquay"
Chris@334 55 },
Chris@334 56 "bqaudiostream": {
Chris@334 57 "vcs": "hg",
Chris@350 58 "service": "sourcehut",
Chris@334 59 "owner": "breakfastquay"
Chris@334 60 },
Chris@303 61 "sv-dependency-builds": {
Chris@303 62 "vcs": "hg",
Chris@303 63 "service": "soundsoftware"
Chris@303 64 }
Chris@303 65 }
Chris@303 66 }
Chris@303 67