- 09 Sep, 2014 2 commits
-
-
`rbenv install` completion includes definitions from plugins
Mislav Marohnić committed -
Before, `ruby-build --definitions` was invoked sooner than RUBY_BUILD_DEFINITIONS was built up with paths from rbenv plugins.
Mislav Marohnić committed
-
- 08 Sep, 2014 15 commits
-
-
[ci skip]
Mislav Marohnić committed -
Mislav Marohnić committed
-
On FreeBSD 10, stop defaulting to MAKE=gmake
Mislav Marohnić committed -
Sort Ruby versions when listing available definitions
Mislav Marohnić committed -
Stable releases should now be sorted as a higher version than preview releases or RCs. For instance: - 1.9.3-preview < 1.9.3-rc1 < 1.9.3-p0 - 2.1.0-dev < 2.1.0-rc1 < 2.1.0 - jruby-1.7.0-preview1 < jruby-1.7.0-rc1 < jruby-1.7.0
Mislav Marohnić committed -
Fixes #604
Mislav Marohnić committed -
This detects when `/tmp` has been mounted with "noexec" mode and avoids the cryptic error: ./configure: Permission denied Hopefully the information provided will be enough for the user to know that they have to change TMPDIR to another location.
Mislav Marohnić committed -
Mislav Marohnić committed
-
It appears that regular `make` that ships on FreeBSD 10 is compatible enough to build Rubies. This enables ruby-build on fresh FreeBSD installs (which don't have `gmake` by default) without having to explicitly set `MAKE=make`.
Mislav Marohnić committed -
Mislav Marohnić committed
-
Closes #610
Mislav Marohnić committed -
Now supports `-h|--help`.
Mislav Marohnić committed -
This has the CI step verify the checksums for URLs that might have been added or edited to build definitions in a pull request.
Mislav Marohnić committed -
On FreeBSD, use the same approach as OS X with `sysctl`.
Mislav Marohnić committed -
Make build output and log more useful
Mislav Marohnić committed
-
- 06 Sep, 2014 7 commits
-
-
Fix `rbenv install --list` for definitions auto-discovery
Mislav Marohnić committed -
The build definitions auto-discovered from rbenv plugins would previously not appear in `--list` results due to discovery process taking place too late.
Mislav Marohnić committed -
`assert_success` doesn't accept an argument via stdin
Mislav Marohnić committed -
This is useful info for when someone is pasting build output to our issue tracker seeking support.
Mislav Marohnić committed -
People often miss that and think that the last 10 lines of build output is the only information they got.
Mislav Marohnić committed -
Since `./configure` executes in a bash subshell, it failing would execute the ERR trap twice: once in a subshell and once in the main process. An explicit `return 1` skips one of these ERR traps and fixes double output. I hope. [image of I Have No Idea What I'm Doing dog]
Mislav Marohnić committed -
This might save us from having to ask people which version they have installed when they paste us build output from the console.
Mislav Marohnić committed
-
- 05 Sep, 2014 5 commits
-
-
This helps to debug whether `--with-openssl-dir` was used properly.
Mislav Marohnić committed -
The `-v` option for tar has been here since the beginning of ruby-build, but it's not really informative to see a list of files in the log as the list of files is guaranteed to be the same across machines since we do checksums.
Mislav Marohnić committed -
Erik Michaels-Ober committed
-
add jruby-1.7.15
SHIBATA Hiroshi committed -
Chulki Lee committed
-
- 28 Aug, 2014 2 commits
-
-
add jruby 1.7.14 build
SHIBATA Hiroshi committed -
Patrick Mahoney committed
-
- 26 Aug, 2014 3 commits
-
-
Read ruby-build revision from git if available
Mislav Marohnić committed -
Avoid cloning the whole project's history which we'll never need
Mislav Marohnić committed -
But don't assume that RUBY_BUILD_ROOT is where ruby-build's own files reside, since RUBY_BUILD_ROOT can be overriden with alternate definition files location.
Mislav Marohnić committed
-
- 19 Aug, 2014 3 commits
-
-
Auto-discovery of build definitions from rbenv plugins
Mislav Marohnić committed -
add ruby-1.9.2-p330
Erik Michaels-Ober committed -
Terence Lee committed
-
- 18 Aug, 2014 2 commits
-
-
The `share/ruby-build/` directory from each rbenv plugin, if it exists, is added to RUBY_BUILD_DEFINITIONS automatically during `rbenv install`.
Mislav Marohnić committed -
Mislav Marohnić committed
-
- 17 Aug, 2014 1 commit
-
-
Support extra definitions paths via RUBY_BUILD_DEFINITIONS Closes #609
Mislav Marohnić committed
-