forked from remote/site-ffmuc
Set gluon branch to experimental if building snapshot
This commit is contained in:
1
Makefile
1
Makefile
@@ -10,6 +10,7 @@ ifneq (,${_GIT_DESCRIBE})
|
|||||||
GLUON_BRANCH := stable
|
GLUON_BRANCH := stable
|
||||||
else
|
else
|
||||||
GLUON_RELEASE ?= snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always)
|
GLUON_RELEASE ?= snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always)
|
||||||
|
GLUON_BRANCH := experimental
|
||||||
endif
|
endif
|
||||||
|
|
||||||
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
||||||
|
|||||||
Reference in New Issue
Block a user