scripts: fix location of repository with ssh

This commit is contained in:
Thijs Vermeir 2012-12-22 16:53:47 +01:00 committed by Tim-Philipp Müller
parent 87a3fa5595
commit 3a0d099f6b

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