annotate repoint-project.json @ 1866:65d244ee39f9

Experimentally add a rule to re-run Repoint if the project or lock file is newer than the .repoint.point file. This sort of thing isn't sufficient for all uses of Repoint because some of the initial qmake project file info is brought in by Repoint, so it has to be run before qmake as well. Also it's not clear yet how it will interact with archived builds (i.e. source releases) -- to be tested.
author Chris Cannam
date Tue, 19 Jun 2018 15:03:24 +0100
parents d167d3a100d5
children dc275d7d9aa6 afb339b33cee 71334f290bfe
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1676 6 "soundsoftware": {
Chris@1678 7 "vcs": ["hg", "git"],
Chris@1724 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1724 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1676 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@1860 19 "service": "soundsoftware"
Chris@1674 20 },
Chris@1674 21 "svgui": {
Chris@1780 22 "vcs": "hg",
Chris@1860 23 "service": "soundsoftware"
Chris@1674 24 },
Chris@1674 25 "svapp": {
Chris@1674 26 "vcs": "hg",
Chris@1860 27 "service": "soundsoftware"
Chris@1674 28 },
Chris@1710 29 "checker": {
Chris@1710 30 "vcs": "hg",
Chris@1710 31 "service": "soundsoftware",
Chris@1860 32 "repository": "vamp-plugin-load-checker"
Chris@1710 33 },
Chris@1720 34 "piper": {
Chris@1720 35 "vcs": "git",
Chris@1720 36 "service": "github",
Chris@1720 37 "owner": "piper-audio"
Chris@1720 38 },
Chris@1710 39 "piper-cpp": {
Chris@1710 40 "vcs": "git",
Chris@1710 41 "service": "github",
Chris@1710 42 "owner": "piper-audio",
Chris@1715 43 "repository": "piper-vamp-cpp"
Chris@1710 44 },
Chris@1674 45 "dataquay": {
Chris@1674 46 "vcs": "hg",
Chris@1675 47 "service": "bitbucket",
Chris@1675 48 "owner": "breakfastquay"
Chris@1674 49 },
Chris@1674 50 "bqvec": {
Chris@1674 51 "vcs": "hg",
Chris@1675 52 "service": "bitbucket",
Chris@1675 53 "owner": "breakfastquay"
Chris@1674 54 },
Chris@1674 55 "bqfft": {
Chris@1674 56 "vcs": "hg",
Chris@1675 57 "service": "bitbucket",
Chris@1675 58 "owner": "breakfastquay"
Chris@1674 59 },
Chris@1674 60 "bqresample": {
Chris@1674 61 "vcs": "hg",
Chris@1675 62 "service": "bitbucket",
Chris@1675 63 "owner": "breakfastquay"
Chris@1674 64 },
Chris@1674 65 "bqaudioio": {
Chris@1674 66 "vcs": "hg",
Chris@1675 67 "service": "bitbucket",
Chris@1675 68 "owner": "breakfastquay"
Chris@1674 69 },
Chris@1674 70 "sv-dependency-builds": {
Chris@1674 71 "vcs": "hg",
Chris@1676 72 "service": "soundsoftware"
Chris@1674 73 },
Chris@1674 74 "icons/scalable": {
Chris@1674 75 "vcs": "hg",
Chris@1676 76 "service": "soundsoftware",
Chris@1694 77 "repository": "sv-iconset"
Chris@1674 78 }
Chris@1674 79 }
Chris@1674 80 }
Chris@1674 81