Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
firmware
FFS Pipeline nightly
Commits
13a972e4
Commit
13a972e4
authored
Oct 14, 2019
by
Nico
Browse files
fix fork url
parent
5c54d3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
update-gluon.sh
View file @
13a972e4
...
...
@@ -11,7 +11,7 @@ if [ -z "$gluon_major_version" ]; then
fi
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/nrb
ffs
/site-ffs.git"
site_git_url
=
"ssh://git@gitlab.freifunk-stuttgart.de:22220/nrb/site-ffs.git"
upstream_newest_minor
=
$(
git ls-remote
--tags
--refs
"
$gluon_upstream_git_url
"
"refs/tags/
$gluon_major_version
"
*
|
cut
-d
/
-f3
|
sort
-r
-n
-t
.
-k2
|
head
-n1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment