# HG changeset patch # User Chris Cannam # Date 1535561133 -3600 # Node ID 71334f290bfe3ec3c09c17b79533a1648d3bb014 # Parent 4d7542238772bc45966350ead1774827540b1e18 Return and use error codes from plugin checker diff -r 4d7542238772 -r 71334f290bfe repoint-lock.json --- a/repoint-lock.json Tue Aug 14 09:43:28 2018 +0100 +++ b/repoint-lock.json Wed Aug 29 17:45:33 2018 +0100 @@ -4,7 +4,7 @@ "pin": "da86fb0bccb3" }, "svcore": { - "pin": "68a0abfe7263" + "pin": "0ee87bc10cdc" }, "svgui": { "pin": "c0d8356e274f" @@ -13,7 +13,7 @@ "pin": "755fc02a1565" }, "checker": { - "pin": "3ccc384c0161" + "pin": "7f5cf0fed473" }, "piper": { "pin": "f5a04ffe4d5a0ae01e77018a86a59b48a425e674" diff -r 4d7542238772 -r 71334f290bfe repoint-project.json --- a/repoint-project.json Tue Aug 14 09:43:28 2018 +0100 +++ b/repoint-project.json Wed Aug 29 17:45:33 2018 +0100 @@ -3,11 +3,11 @@ "extdir": "." }, "services": { - "soundsoftware": { - "vcs": ["hg", "git"], - "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", - "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" - } + "soundsoftware": { + "vcs": ["hg", "git"], + "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", + "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" + } }, "libraries": { "vamp-plugin-sdk": { @@ -16,7 +16,8 @@ }, "svcore": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware", + "branch": "checker_errorcode" }, "svgui": { "vcs": "hg", @@ -24,22 +25,23 @@ }, "svapp": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware" }, "checker": { "vcs": "hg", - "service": "soundsoftware", - "repository": "vamp-plugin-load-checker" + "service": "soundsoftware", + "repository": "vamp-plugin-load-checker", + "branch": "errorcode" }, "piper": { "vcs": "git", - "service": "github", - "owner": "piper-audio" + "service": "github", + "owner": "piper-audio" }, "piper-cpp": { "vcs": "git", - "service": "github", - "owner": "piper-audio", + "service": "github", + "owner": "piper-audio", "repository": "piper-vamp-cpp" }, "dataquay": { @@ -69,12 +71,12 @@ }, "sv-dependency-builds": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware" }, "icons/scalable": { "vcs": "hg", - "service": "soundsoftware", - "repository": "sv-iconset" + "service": "soundsoftware", + "repository": "sv-iconset" } } }