From 307f4ebb247740a00f6e5ce61de627bb85cceb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Joda=20St=C3=B6=C3=9Fer?= Date: Thu, 13 Apr 2017 18:52:19 +0200 Subject: [PATCH] site.conf: change the default branch to stable only applies if GLUON_BRANCH is never set at a later time during a build via site.mk or the command line does NOT suffice to activate autoupdater --- site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 217cc53..8e4b6e8 100755 --- a/site.conf +++ b/site.conf @@ -101,7 +101,7 @@ }, autoupdater = { - branch = 'nightly', + branch = 'stable', branches = { nightly = { name = 'nightly',