Skip to content
Snippets Groups Projects
Commit dbeadf58 authored by Florent Gluck's avatar Florent Gluck
Browse files

nexush: fixed buildversion issue

parent 0f6c68f1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ CURRENT_DATE=$(shell eval "date -u +'%Y-%m-%d at %H:%M:%S'")
GIT_COMMIT=$(shell eval "git rev-parse HEAD")
BUILD_FLAGS=-ldflags="-X 'gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexus-exam/buildversion.buildDate=$(CURRENT_DATE)' -X 'gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexus-exam/buildversion.gitCommit=$(GIT_COMMIT)'"
BUILD_DIR=build
BUILD_DIR_ABS=$(PWD)/$(BUILD_DIR)
NEXUS_EXAM_BINARY=nexus-exam
BUILD_FLAGS+=-buildvcs=false
......
......@@ -10,9 +10,9 @@ import (
"strings"
"syscall"
"gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/common/buildversion"
nc "gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient/nexusclient"
"gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/libclient/version"
"gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush/buildversion"
"gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush/cmd"
"gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush/cmdMisc"
"gitedu.hesge.ch/flg_projects/nexus_vdi/nexus/nexush/cmdTemplate"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment