diff options
author | Thijs Vermeir <thijsvermeir@gmail.com> | 2012-12-22 16:53:47 +0100 |
---|---|---|
committer | Thijs Vermeir <thijsvermeir@gmail.com> | 2012-12-22 16:53:47 +0100 |
commit | b80304d64cc6b9725621428a0e0927078d5c6c50 (patch) | |
tree | 45c48f397997a9864fed815a2be3760e86822f65 /scripts | |
parent | b163c091047b3766c40229b3d53b3b0beaf341ca (diff) |
scripts: fix location of repository with ssh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-uninstalled-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-uninstalled-setup.sh b/scripts/create-uninstalled-setup.sh index b9180cc0b..52350bfcd 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 |