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
c681d8c4
Commit
c681d8c4
authored
Apr 07, 2013
by
Erik Michaels-Ober
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #342 from rkh/topaz-dev
add topaz-dev
parents
73ad8ac3
127cd1dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
bin/ruby-build
+18
-0
share/ruby-build/topaz-dev
+1
-0
No files found.
bin/ruby-build
View file @
c681d8c4
...
@@ -426,6 +426,24 @@ build_package_maglev() {
...
@@ -426,6 +426,24 @@ build_package_maglev() {
echo
"Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
echo
"Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
}
}
build_package_topaz
()
{
build_package_copy
{
cd
"
${
PREFIX_PATH
}
/bin"
echo
"Creating symlink for ruby*"
ln
-fs
topaz ruby
}
>
&4 2>&1
}
topaz_architecture
()
{
case
"
$(
uname
-s
)
"
in
"Darwin"
)
echo
"osx64"
;;
"Linux"
)
[[
"
$(
uname
-m
)
"
=
"x86_64"
]]
&&
echo
"linux64"
||
echo
"linux32"
;;
*
)
echo
"no nightly builds available"
>
&2
exit
1
;;
esac
}
build_package_jruby
()
{
build_package_jruby
()
{
build_package_copy
build_package_copy
cd
"
${
PREFIX_PATH
}
/bin"
cd
"
${
PREFIX_PATH
}
/bin"
...
...
share/ruby-build/topaz-dev
0 → 100644
View file @
c681d8c4
install_package topaz "http://topazruby.com/builds/$(topaz_architecture)/latest/" topaz
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