Default to nightly versioning scheme

This commit is contained in:
Franz Pletz
2014-11-09 00:22:32 +01:00
parent fdb0e57a3a
commit 3cf899a379

View File

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