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
8f756234
Commit
8f756234
authored
Nov 09, 2011
by
Jeremy Kemper
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #85 from jc00ke/master
Adding definition for MagLev 1.0.0
parents
495b248d
433f56cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
bin/ruby-build
+15
-0
share/ruby-build/maglev-1.0.0
+1
-0
No files found.
bin/ruby-build
View file @
8f756234
...
@@ -167,6 +167,21 @@ build_package_rbx() {
...
@@ -167,6 +167,21 @@ build_package_rbx() {
}
>
&4 2>&1
}
>
&4 2>&1
}
}
build_package_maglev
()
{
build_package_copy
{
cd
"
${
PREFIX_PATH
}
"
./install.sh
cd
"
${
PREFIX_PATH
}
/bin"
echo
"Creating symlink for ruby*"
ln
-fs
maglev-ruby ruby
echo
"Creating symlink for irb*"
ln
-fs
maglev-irb irb
}
>
&4 2>&1
echo
echo
"Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
}
build_package_jruby
()
{
build_package_jruby
()
{
build_package_copy
build_package_copy
cd
"
${
PREFIX_PATH
}
/bin"
cd
"
${
PREFIX_PATH
}
/bin"
...
...
share/ruby-build/maglev-1.0.0
0 → 100644
View file @
8f756234
install_package "MagLev-1.0.0" "http://glass-downloads.gemstone.com/maglev/MagLev-1.0.0.tar.gz" maglev
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