Skip to content
Snippets Groups Projects
Commit f00f1ae4 authored by nrbffs's avatar nrbffs
Browse files

fix branch name of site repo

parent 9532dde7
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ set -eu ...@@ -5,6 +5,7 @@ set -eu
set -o pipefail set -o pipefail
gluon_major="v2019.1" gluon_major="v2019.1"
site_branch="v1.8"
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/firmware/gluon.git"
gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git" gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git"
...@@ -40,7 +41,7 @@ cd .. ...@@ -40,7 +41,7 @@ cd ..
git clone --recurse "$site_git_url" git clone --recurse "$site_git_url"
cd site-ffs cd site-ffs
git checkout "gluon-$gluon_major" git checkout "$site_branch"
git submodule sync git submodule sync
git submodule update git submodule update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment