Set gluon branch to experimental if building snapshot

This commit is contained in:
Franz Pletz
2015-01-21 04:59:27 +01:00
parent fc2074cfa0
commit bb61712136

View File

@@ -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)