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
16aaf924
Commit
16aaf924
authored
Nov 20, 2012
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20121120
parent
d924fcee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
LICENSE
+1
-1
README.md
+15
-1
bin/ruby-build
+1
-1
No files found.
LICENSE
View file @
16aaf924
Copyright (c) 201
1
Sam Stephenson
Copyright (c) 201
2
Sam Stephenson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
...
...
README.md
View file @
16aaf924
...
...
@@ -202,6 +202,20 @@ include the full build log for build failures.
## Version History
#### 20121120
*
Added optional package checksum support. When a package URL is
annotated with an MD5 checksum, ruby-build will use it to verify
the contents of the downloaded file. Package URLs in all existing
definitions have been updated with checksum annotations.
*
Added an optional package download cache. When the
`RUBY_BUILD_CACHE_PATH`
environment variable is set to a directory
of your choice, ruby-build will store downloaded packages there and
reuse them for future installations.
*
Added mirror support for faster package downloads. Packages on the
official ruby-build mirror will be served via S3. You can point
ruby-build to your own local package mirror by setting the
`RUBY_BUILD_MIRROR_URL`
environment variable.
#### 20121110
*
Added a definition for Ruby 1.9.3-p327
*
Fetch Ruby 2.0.0.dev and 1.9.3.dev via Git instead of Subversion
...
...
@@ -339,7 +353,7 @@ include the full build log for build failures.
(The MIT License)
Copyright (c) 201
1
Sam Stephenson
Copyright (c) 201
2
Sam Stephenson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
...
...
bin/ruby-build
View file @
16aaf924
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"201211
1
0"
RUBY_BUILD_VERSION
=
"201211
2
0"
set
-E
exec
3<&2
# preserve original stderr at fd 3
...
...
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