site.mk: match the comment to gluons example
This commit is contained in:
parent
b0e48725f5
commit
aa4e321169
2
site.mk
2
site.mk
|
@ -31,7 +31,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
firewall \
|
firewall \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
# Allow overriding the these variables from the command line
|
# Variables set with ?= can be overwritten from the command line
|
||||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||||
export GLUON_BRANCH ?= stable
|
export GLUON_BRANCH ?= stable
|
||||||
GLUON_PRIORITY ?= 0
|
GLUON_PRIORITY ?= 0
|
||||||
|
|
Loading…
Reference in New Issue