From: Sebastien Douheret Date: Mon, 22 Oct 2018 20:35:19 +0000 (+0200) Subject: Added support of new image_url field X-Git-Tag: 6.99.1~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=commitdiff_plain;h=e9c65d5fcf8d2ec3772ceced4fe1379392b15a4f Added support of new image_url field Change-Id: I0a8b66ff3f593a3dc698389aa214593ca7f8ccbc Signed-off-by: Sebastien Douheret --- diff --git a/glide.yaml b/glide.yaml index f862102..73a9e33 100644 --- a/glide.yaml +++ b/glide.yaml @@ -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 diff --git a/lib/xaapiv1/sdks.go b/lib/xaapiv1/sdks.go index 97db9a8..2d5ce96 100644 --- a/lib/xaapiv1/sdks.go +++ b/lib/xaapiv1/sdks.go @@ -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"`