From fd5a735879ce6096c865ec3ef66aed89bb59417a Mon Sep 17 00:00:00 2001 From: genofire Date: Sun, 22 May 2022 15:36:09 +0200 Subject: [PATCH] fix(site.mk): autoupdater branch --- site.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site.mk b/site.mk index 724095a..0ed0bab 100755 --- a/site.mk +++ b/site.mk @@ -31,7 +31,8 @@ GLUON_SITE_PACKAGES := \ # Allow overriding the these variables from the command line 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_DEPRECATED ?= 0 GLUON_LANGS ?= en de