Skip to content
Snippets Groups Projects
Commit b7b41a42 authored by Nico's avatar Nico
Browse files

switch to test branch

parent c12bc664
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ set -x ...@@ -4,9 +4,9 @@ set -x
set -eu set -eu
set -o pipefail 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" 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) 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 # branch name in our forked gluon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment