fix(site.mk): autoupdater branch
This commit is contained in:
parent
764c0f7ffe
commit
fd5a735879
3
site.mk
3
site.mk
|
@ -31,7 +31,8 @@ GLUON_SITE_PACKAGES := \
|
||||||
|
|
||||||
# Allow overriding the these variables from the command line
|
# Allow overriding the these variables 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 ?= babel
|
GLUON_AUTOUPDATE_BRANCH ?= stabel
|
||||||
|
GLUON_AUTOUPDATER_ENABLED ?= 1
|
||||||
GLUON_PRIORITY ?= 0
|
GLUON_PRIORITY ?= 0
|
||||||
GLUON_DEPRECATED ?= 0
|
GLUON_DEPRECATED ?= 0
|
||||||
GLUON_LANGS ?= en de
|
GLUON_LANGS ?= en de
|
||||||
|
|
Loading…
Reference in New Issue