From 74520527d969fa15587d664707d258fc1414bb7f Mon Sep 17 00:00:00 2001 From: Richard Mansfield Date: Mon, 27 Apr 2009 11:58:21 +1200 Subject: [PATCH] Use git+ssh rather than http, so that version bumps can be pushed back to master --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index f130b8e..1431ba0 100755 --- a/release.sh +++ b/release.sh @@ -49,7 +49,7 @@ pushd ${BUILDDIR}/mahara # Get the public & security branches -PUBLIC="http://git.mahara.org/git/mahara.git" +PUBLIC="git+ssh://git.mahara.org/git/mahara.git" SECURITY="git+ssh://git.catalyst.net.nz/var/gitprivate/mahara-security.git" echo "Cloning public repository ${PUBLIC} in ${BUILDDIR}/mahara" -- GitLab