Set update priority for nightlies in site.mk

This commit is contained in:
Jan-Philipp Litza 2014-07-28 08:48:06 +02:00
parent 55adc6e05a
commit bdb4d12114
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ GLUON_SITE_PACKAGES := \
haveged haveged
DEFAULT_GLUON_RELEASE := 0.3.102-nightly$(shell date '+%Y%m%d') DEFAULT_GLUON_RELEASE := 0.3.102-nightly$(shell date '+%Y%m%d')
DEFAULT_GLUON_PRIORITY := 0
# Allow overriding the release number from the command line # Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)