From b7b41a420eabce4089da5b98ffbceafefe345859 Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Mon, 14 Oct 2019 20:10:23 +0200
Subject: [PATCH] switch to test branch

---
 update-gluon.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/update-gluon.sh b/update-gluon.sh
index 93d2123..b691c8e 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -4,9 +4,9 @@ set -x
 set -eu
 set -o pipefail
 
-gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon.git"
+gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/nrb/gluon-test.git"
 gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git"
-site_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/site-ffs.git"
+site_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/nrbffs/site-ffs.git"
 
 upstream_newest_minor=$(git ls-remote --tags --refs "$gluon_upstream_git_url" 'refs/tags/v2018.2*' | cut -d/ -f3 | sort -r -n -t. -k2 | head -n1)
 # branch name in our forked gluon
-- 
GitLab