Set update priority for nightlies in site.mk
This commit is contained in:
parent
55adc6e05a
commit
bdb4d12114
2
site.mk
2
site.mk
|
@ -18,6 +18,8 @@ GLUON_SITE_PACKAGES := \
|
|||
haveged
|
||||
|
||||
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
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
||||
|
|
Loading…
Reference in New Issue