annotate repoint-project.json @ 2596:04d381f0d89a tip

Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author Chris Cannam
date Thu, 27 Aug 2020 15:58:56 +0100
parents e55433e351cd
children
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@2566 19 "service": "soundsoftware"
Chris@1674 20 },
Chris@1674 21 "svgui": {
Chris@1780 22 "vcs": "hg",
Chris@2491 23 "service": "soundsoftware"
Chris@1674 24 },
Chris@1674 25 "svapp": {
Chris@1674 26 "vcs": "hg",
Chris@2488 27 "service": "soundsoftware"
Chris@1674 28 },
Chris@1710 29 "checker": {
Chris@1710 30 "vcs": "hg",
Chris@1966 31 "service": "soundsoftware",
Chris@1979 32 "repository": "vamp-plugin-load-checker"
Chris@1710 33 },
Chris@1720 34 "piper": {
Chris@1720 35 "vcs": "git",
Chris@1966 36 "service": "github",
Chris@1966 37 "owner": "piper-audio"
Chris@1720 38 },
Chris@2045 39 "piper-vamp-cpp": {
Chris@1710 40 "vcs": "git",
Chris@1966 41 "service": "github",
Chris@2045 42 "owner": "piper-audio"
Chris@1710 43 },
Chris@1674 44 "dataquay": {
Chris@1674 45 "vcs": "hg",
Chris@2311 46 "service": "sourcehut",
Chris@1675 47 "owner": "breakfastquay"
Chris@1674 48 },
Chris@1674 49 "bqvec": {
Chris@1674 50 "vcs": "hg",
Chris@2311 51 "service": "sourcehut",
Chris@1675 52 "owner": "breakfastquay"
Chris@1674 53 },
Chris@1674 54 "bqfft": {
Chris@1674 55 "vcs": "hg",
Chris@2311 56 "service": "sourcehut",
Chris@1675 57 "owner": "breakfastquay"
Chris@1674 58 },
Chris@1674 59 "bqresample": {
Chris@1674 60 "vcs": "hg",
Chris@2311 61 "service": "sourcehut",
Chris@1675 62 "owner": "breakfastquay"
Chris@1674 63 },
Chris@1674 64 "bqaudioio": {
Chris@1674 65 "vcs": "hg",
Chris@2311 66 "service": "sourcehut",
Chris@1675 67 "owner": "breakfastquay"
Chris@1674 68 },
Chris@2147 69 "bqaudiostream": {
Chris@2147 70 "vcs": "hg",
Chris@2311 71 "service": "sourcehut",
Chris@2147 72 "owner": "breakfastquay"
Chris@2147 73 },
Chris@2147 74 "bqthingfactory": {
Chris@2147 75 "vcs": "hg",
Chris@2311 76 "service": "sourcehut",
Chris@2147 77 "owner": "breakfastquay"
Chris@2147 78 },
Chris@1674 79 "sv-dependency-builds": {
Chris@1674 80 "vcs": "hg",
Chris@2413 81 "service": "soundsoftware"
Chris@1674 82 },
Chris@1674 83 "icons/scalable": {
Chris@1674 84 "vcs": "hg",
Chris@1966 85 "service": "soundsoftware",
Chris@1966 86 "repository": "sv-iconset"
Chris@1674 87 }
Chris@1674 88 }
Chris@1674 89 }
Chris@1674 90