Update vendor/debug rule according to gerrit migration.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 5 Jan 2018 14:51:25 +0000 (15:51 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 5 Jan 2018 14:51:30 +0000 (15:51 +0100)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
.vscode/settings.json
Makefile
main.go

index b34fa85..56beca3 100644 (file)
@@ -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"
     ]
 }
index 38ee4a6..271061c 100644 (file)
--- 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 (file)
--- 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"
 )