Added support of new image_url field 77/17377/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 Oct 2018 20:35:19 +0000 (22:35 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 Oct 2018 20:35:19 +0000 (22:35 +0200)
Change-Id: I0a8b66ff3f593a3dc698389aa214593ca7f8ccbc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
glide.yaml
lib/xaapiv1/sdks.go

index f862102..73a9e33 100644 (file)
@@ -26,7 +26,7 @@ import:
   subpackages:
   - golib/common
 - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git
-  version: 6748a2637bffb56213a2a6981df96a070fb96467
+  version: b33e880f23525b4f75cf35e39aa5082addef0fb7
   subpackages:
   - lib/xsapiv1
 - package: github.com/franciscocpg/reflectme
index 97db9a8..2d5ce96 100644 (file)
@@ -36,6 +36,7 @@ type SDK struct {
        Arch        string `json:"arch"`
        Path        string `json:"path"`
        URL         string `json:"url"`
+       ImageURL    string `json:"image_url"`
        Status      string `json:"status"`
        Date        string `json:"date"`
        Size        string `json:"size"`