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
138814df
Commit
138814df
authored
Aug 02, 2011
by
Joshua Peek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move ree install command to the version file
parent
584aeb4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
bin/ruby-build
+0
-10
versions/ree-1.8.7-2011.03
+10
-0
No files found.
bin/ruby-build
View file @
138814df
...
@@ -70,16 +70,6 @@ build_package_copy() {
...
@@ -70,16 +70,6 @@ build_package_copy() {
cp
-R
.
"
$PREFIX_PATH
"
cp
-R
.
"
$PREFIX_PATH
"
}
}
build_package_ree_installer
()
{
local
options
=
"--auto
$PREFIX_PATH
"
if
[[
"Darwin"
=
"
$(
uname
)
"
]]
;
then
options
=
"
$options
--no-tcmalloc"
fi
{
./installer
$options
}
>
$LOG_PATH
2>&1
}
after_install_package
()
{
after_install_package
()
{
local
stub
=
1
local
stub
=
1
}
}
...
...
versions/ree-1.8.7-2011.03
View file @
138814df
build_package_ree_installer() {
local options="--auto $PREFIX_PATH"
if [[ "Darwin" = "$(uname)" ]]; then
options="$options --no-tcmalloc"
fi
{ ./installer $options
} >$LOG_PATH 2>&1
}
install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer
install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer
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