From: Thijs Vermeir Date: Sat, 22 Dec 2012 15:53:47 +0000 (+0100) Subject: scripts: fix location of repository with ssh X-Git-Tag: 1.1.1~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b80304d64cc6b9725621428a0e0927078d5c6c50;p=platform%2Fupstream%2Fgstreamer.git scripts: fix location of repository with ssh --- diff --git a/scripts/create-uninstalled-setup.sh b/scripts/create-uninstalled-setup.sh index b9180cc..52350bf 100755 --- a/scripts/create-uninstalled-setup.sh +++ b/scripts/create-uninstalled-setup.sh @@ -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