mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
scripts: fix location of repository with ssh
This commit is contained in:
parent
b163c09104
commit
b80304d64c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ cd $UNINSTALLED_ROOT/$BRANCH
|
|||
for m in $MODULES
|
||||
do
|
||||
if test "$GIT_ACCESS" = "ssh"; then
|
||||
git clone ssh://git.freedesktop.org/gstreamer/$m
|
||||
git clone ssh://git.freedesktop.org/git/gstreamer/$m
|
||||
else
|
||||
git clone git://anongit.freedesktop.org/gstreamer/$m
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue