From 5021932ad571821d14ff87c22a7379b68479d94b Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Sat, 13 Feb 2016 18:21:25 +0100 Subject: [PATCH] =?UTF-8?q?Version=200.16.0=20f=C3=BCr=20experimental=20ve?= =?UTF-8?q?rsionen,=20bis=200.16.1=20stable=20released=20wird?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site.mk b/site.mk index 37ebf7e..e3eab99 100644 --- a/site.mk +++ b/site.mk @@ -25,13 +25,15 @@ GLUON_SITE_PACKAGES := \ haveged -DEFAULT_GLUON_RELEASE := 0.16.1 +# Always call `make` from the command line with the desired release version! +# otherwise this is generated: +DEFAULT_GLUON_RELEASE := 0.16.0~exp$(shell date '+%y%m%d%H%M') # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) GLUON_PRIORITY ?= 0 -GLUON_BRANCH ?= stable +GLUON_BRANCH ?= experimental export GLUON_BRANCH GLUON_TARGET ?= ar71xx-generic -- GitLab