From b4c4dc65b80e1c0ba09b5a07a87dcd64648a53fd Mon Sep 17 00:00:00 2001
From: poldy79 <leonard@penzer.de>
Date: Sun, 14 Feb 2016 10:25:42 +0100
Subject: [PATCH] readded date to DEFAULT_GLUON_RELEASE

---
 site.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.mk b/site.mk
index 6156a54c0..284a2213c 100644
--- a/site.mk
+++ b/site.mk
@@ -27,7 +27,7 @@ GLUON_SITE_PACKAGES := \
 	iwinfo
 
 
-DEFAULT_GLUON_RELEASE := 0.6-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1)
+DEFAULT_GLUON_RELEASE := 0.6-$(shell date '+%Y.%m.%d-%H.%M')-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1)
 
 GLUON_LANGS := de en
 
-- 
GitLab