From: Sebastien Douheret Date: Wed, 29 Nov 2017 17:09:17 +0000 (+0100) Subject: Used xdsserver api v1.0.0-rc1 X-Git-Tag: v1.0.0-rc1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=commitdiff_plain;h=b5f2398c5cfb44bc18b6d1ab7c59be0ef090d8cf Used xdsserver api v1.0.0-rc1 --- diff --git a/Makefile b/Makefile index e84775a..466017f 100644 --- a/Makefile +++ b/Makefile @@ -71,9 +71,9 @@ else endif ifeq ($(SUB_VERSION), ) - PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION).zip + PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION).zip else - PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION)_$(SUB_VERSION).zip + PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip endif diff --git a/glide.yaml b/glide.yaml index cb7a769..65ea68f 100644 --- a/glide.yaml +++ b/glide.yaml @@ -26,8 +26,8 @@ import: subpackages: - golib/common - package: github.com/iotbzh/xds-server - version: 5c1d023f41472660952ee559e2484cd6bbe688d3 + version: v1.0.0-rc1 subpackages: - - xsapiv1 + - lib/xsapiv1 - package: github.com/franciscocpg/reflectme version: ^0.1.9