From bb617121366872871e16feef503579fd4855e8bb Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 21 Jan 2015 04:59:27 +0100 Subject: [PATCH] Set gluon branch to experimental if building snapshot --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a72ccab..06d9016 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ ifneq (,${_GIT_DESCRIBE}) GLUON_BRANCH := stable else GLUON_RELEASE ?= snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always) + GLUON_BRANCH := experimental endif JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)