diff --git a/site.mk b/site.mk index f2e256b..1ff6c56 100644 --- a/site.mk +++ b/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)