Fix git rev in default nightly version

This commit is contained in:
Franz Pletz
2014-11-15 01:00:45 +01:00
parent 2660147596
commit fb0cc95169

View File

@@ -23,7 +23,7 @@ GLUON_SITE_PACKAGES := \
haveged haveged
DEFAULT_GLUON_RELEASE := nightly~$(shell date '+%Y%m%d')~$(shell git describe --always --abbrev) DEFAULT_GLUON_RELEASE := nightly~$(shell date '+%Y%m%d')~$(shell cd ../../../.. && git describe --always --abbrev=8)
# Allow overriding the release number from the command line # Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)