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

Remove unneeded escape

parent db791595
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon. ...@@ -10,7 +10,7 @@ gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon.
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/firmware/site-ffs.git"
upstream_newest_minor=$(git ls-remote --tags --refs "$gluon_upstream_git_url" "refs/tags/$gluon_major\*" | cut -d/ -f3 | sort -r -n -t. -k2 | head -n1) upstream_newest_minor=$(git ls-remote --tags --refs "$gluon_upstream_git_url" "refs/tags/$gluon_major*" | cut -d/ -f3 | sort -r -n -t. -k2 | head -n1)
# branch name in our forked gluon # branch name in our forked gluon
fork_newest_minor_branch="$upstream_newest_minor-ffs" fork_newest_minor_branch="$upstream_newest_minor-ffs"
fork_newest_minor_tag="$upstream_newest_minor-ffs0.1" fork_newest_minor_tag="$upstream_newest_minor-ffs0.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment