Explicitly include domain info in build hostname

This commit is contained in:
Bernerd Schaefer 2013-04-25 13:19:35 +02:00
parent c152aa514f
commit 9dde9302a8

View File

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