Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara-scripts
Commits
74520527
Commit
74520527
authored
Apr 27, 2009
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use git+ssh rather than http, so that version bumps can be pushed back to master
parent
aecbc2aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
release.sh
release.sh
+1
-1
No files found.
release.sh
View file @
74520527
...
@@ -49,7 +49,7 @@ pushd ${BUILDDIR}/mahara
...
@@ -49,7 +49,7 @@ pushd ${BUILDDIR}/mahara
# Get the public & security branches
# 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"
SECURITY
=
"git+ssh://git.catalyst.net.nz/var/gitprivate/mahara-security.git"
echo
"Cloning public repository
${
PUBLIC
}
in
${
BUILDDIR
}
/mahara"
echo
"Cloning public repository
${
PUBLIC
}
in
${
BUILDDIR
}
/mahara"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment