changeset 1966:71334f290bfe checker_errorcode

Return and use error codes from plugin checker
author Chris Cannam
date Wed, 29 Aug 2018 17:45:33 +0100
parents 4d7542238772
children cbf8ea8e6571
files repoint-lock.json repoint-project.json
diffstat 2 files changed, 20 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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"
         }
     }
 }