From 25df9a0cd445ed4e0c958a2ca0227f4f1465a5e0 Mon Sep 17 00:00:00 2001
From: Sebastien Douheret <sebastien.douheret@iot.bzh>
Date: Fri, 5 Jan 2018 15:51:25 +0100
Subject: Update vendor/debug rule according to gerrit migration.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
---
 .vscode/settings.json | 5 ++---
 Makefile              | 2 +-
 main.go               | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index b34fa85..56beca3 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -28,8 +28,7 @@
         "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "mfolder",
         "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent",
         "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt",
-        "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH",
-        "conv", "Sillyf", "xsapiv",
-        "EVTSDK", "zillode"
+        "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH", "conv", "Sillyf", "xsapiv",
+        "EVTSDK", "zillode", "gerrit"
     ]
 }
diff --git a/Makefile b/Makefile
index 38ee4a6..271061c 100644
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ vendor: tools/glide glide.yaml
 
 vendor/debug: vendor
 	(cd vendor/gerrit.automotivelinux.org/gerrit/src/xds && \
-		rm -rf xds-common && ln -s ../../../../../../xds-common )
+		rm -rf xds-common.git && ln -s ../../../../../../xds-common xds-common.git  )
 
 .PHONY: tools/glide
 tools/glide:
diff --git a/main.go b/main.go
index a847971..0637de9 100644
--- a/main.go
+++ b/main.go
@@ -33,7 +33,7 @@ import (
 const (
 	appName        = "xds-server"
 	appDescription = "X(cross) Development System Server is a web server that allows to remotely cross build applications."
-	appCopyright   = "Copyright (C) 2017 IoT.bzh - Apache-2.0"
+	appCopyright   = "Copyright (C) 2017-2018 IoT.bzh - Apache-2.0"
 	appUsage       = "X(cross) Development System Server"
 )
 
-- 
cgit