From 88b90328f384f1751894339295b9c91abc5db54a Mon Sep 17 00:00:00 2001 From: Flip <philippe@pilarkto.net> Date: Thu, 7 Dec 2017 21:08:33 +0100 Subject: [PATCH] 2017.1.x add DEFAULT_GLUON_RELEASE site and gluon commit id #27 --- site.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.mk b/site.mk index 8eafbbb4b..8ab8ce5e7 100644 --- a/site.mk +++ b/site.mk @@ -59,7 +59,7 @@ GLUON_SITE_PACKAGES += \ kmod-igb endif -DEFAULT_GLUON_RELEASE := 1.4+$(shell date '+%Y-%m-%d')-$(GLUON_RELEASE)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1) +DEFAULT_GLUON_RELEASE := 1.4+$(shell date '+%Y-%m-%d')-g.$(shell git -C $(GLUON_SITEDIR)/../ log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1) GLUON_LANGS := de en -- GitLab