scripts: fix location of repository with ssh

This commit is contained in:
Thijs Vermeir 2012-12-22 16:53:47 +01:00
parent b163c09104
commit b80304d64c

View file

@ -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