From f00f1ae4b4532c112b4a388a954e03d0dd83871c Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Tue, 7 Jan 2020 21:09:01 +0100
Subject: [PATCH] fix branch name of site repo

---
 update-gluon.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/update-gluon.sh b/update-gluon.sh
index dd9fc74..7763d9b 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -5,6 +5,7 @@ set -eu
 set -o pipefail
 
 gluon_major="v2019.1"
+site_branch="v1.8"
 
 gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon.git"
 gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git"
@@ -40,7 +41,7 @@ cd ..
 git clone --recurse "$site_git_url"
 
 cd site-ffs
-git checkout "gluon-$gluon_major"
+git checkout "$site_branch"
 
 git submodule sync
 git submodule update
-- 
GitLab