site.mk: match the comment to gluons example

This commit is contained in:
Simon Joda Stößer 2017-04-15 14:53:48 +02:00
parent b0e48725f5
commit aa4e321169
1 changed files with 1 additions and 1 deletions

View File

@ -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