diff --git a/update-gluon.sh b/update-gluon.sh index 93d2123217b5a08cb66cda60459ef1af67689eb9..b691c8e1c0e14da0ce2d112b5b708c8961ebaf7e 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