Makefile: Misc release-releated build fixes

This commit is contained in:
Franz Pletz
2014-11-16 00:31:00 +01:00
parent f7a5afa264
commit 4879de98eb
2 changed files with 16 additions and 10 deletions

View File

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