scripts: fix location of repository with ssh
authorThijs Vermeir <thijsvermeir@gmail.com>
Sat, 22 Dec 2012 15:53:47 +0000 (16:53 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 4 Jan 2013 12:24:04 +0000 (12:24 +0000)
scripts/create-uninstalled-setup.sh

index 2a93a00ef72f4eb8e3552d05c34b88e4683bfb12..3be98834756b590c94b07d525db489c90ab29ac4 100755 (executable)
@@ -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