From fb0cc95169ed4c63574b7a3d3ab63bb57f5a475b Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 15 Nov 2014 01:00:45 +0100 Subject: [PATCH] Fix git rev in default nightly version --- site.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.mk b/site.mk index f677e3b..71c3209 100644 --- a/site.mk +++ b/site.mk @@ -23,7 +23,7 @@ GLUON_SITE_PACKAGES := \ 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 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)