Add default PRIORITY for experimental builds
This commit is contained in:
parent
9a4112e4c3
commit
a4ee3cc965
1 changed files with 2 additions and 0 deletions
2
site.mk
2
site.mk
|
@ -21,3 +21,5 @@ DEFAULT_GLUON_RELEASE := 0.4.1+0-exp$(shell date '+%Y%m%d')
|
|||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
||||
GLUON_PRIORITY ?= 0
|
||||
|
|
Loading…
Reference in a new issue