Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
28b81a02
Commit
28b81a02
authored
Oct 07, 2012
by
SHIBATA Hiroshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reviewed
parent
75f98270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/ruby-build
+2
-2
No files found.
bin/ruby-build
View file @
28b81a02
...
@@ -97,7 +97,7 @@ install_git() {
...
@@ -97,7 +97,7 @@ install_git() {
}
}
install_svn
()
{
install_svn
()
{
install_package_using
"svn"
2
$*
install_package_using
"svn"
2
$*
}
}
install_package_using
()
{
install_package_using
()
{
...
@@ -168,7 +168,7 @@ fetch_svn() {
...
@@ -168,7 +168,7 @@ fetch_svn() {
local
svn_url
=
"
$2
"
local
svn_url
=
"
$2
"
local
svn_rev
=
"
$3
"
local
svn_rev
=
"
$3
"
echo
"Checkout
${
svn_url
}
..."
>
&2
echo
"Check
ing
out
${
svn_url
}
..."
>
&2
if
type
svn &>/dev/null
;
then
if
type
svn &>/dev/null
;
then
svn co
-r
"
$svn_rev
"
"
$svn_url
"
"
${
package_name
}
"
>
&4 2>&1
svn co
-r
"
$svn_rev
"
"
$svn_url
"
"
${
package_name
}
"
>
&4 2>&1
...
...
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