Explicitly include domain info in build hostname

pull/189/head
Bernerd Schaefer 12 years ago
parent c152aa514f
commit 9dde9302a8

@ -19,7 +19,7 @@ include Makefile.INCLUDE
REV := $(shell git rev-parse --short HEAD) REV := $(shell git rev-parse --short HEAD)
BRANCH := $(shell git rev-parse --abbrev-ref HEAD) BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
HOSTNAME := $(shell hostname) HOSTNAME := $(shell hostname -f)
BUILD_DATE := $(shell date) BUILD_DATE := $(shell date)
BUILDFLAGS := -ldflags \ BUILDFLAGS := -ldflags \
" -X main.buildVersion $(REV)\ " -X main.buildVersion $(REV)\

Loading…
Cancel
Save