This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 13, 2016
-
-
Mike McQuaid authored
Don't unset things that are already set as executable for the generic path. OS X overrides this behaviour and detects if it's an MachO executable but there's no cross-OS generic equivalent so just fall back to whatever the build system has set.
-
Mike McQuaid authored
* global: add RUBY_TWO global variable. * test-bot: use RUBY_TWO global variable. * github: produce better curl error messages. If we don't know why curl has failed then ensure that the error messages that it produced are included as part of the user output.
-
Mike McQuaid authored
Would have made it easier to debug https://github.com/Homebrew/homebrew-core/issues/2804 where wasn't clear which directory was causing the issue.
-
- Jul 12, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Vendored Ruby tweaks
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Xu Cheng authored
-
Martin Afanasjew authored
Changes to our style configuration: - Consolidate all rules related to Ruby 1.8 compatibility in one place. - Codify our de-facto preference for `alias_method` over `alias` (drops offense count by 54 after turning this on). - Drop `Style/SignalException` as `only_raise` has been the new default for quite a while (since RuboCop 0.37.0).
-
- Jul 11, 2016
-
-
Xu Cheng authored
Fixes #491.
-
Xu Cheng authored
-
Xu Cheng authored
vendor ruby
-
Xu Cheng authored
-
Xu Cheng authored
* Use vendor Ruby if it's present * Install vendor Ruby for system without Ruby 2.x
-
Xu Cheng authored
-
Mike McQuaid authored
Requirement tweaks
-
Xu Cheng authored
The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/<version>`, with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it. In addition, a `Library/Homebrew/vendor/portable-ruby-version` will track the latest version of vendor binaries. This gives us version control on vendor Ruby and enables us to bump vendor Ruby whenever needed such as security update.
-
Mike McQuaid authored
Most of our formulae do compilation so let's do it here too.
-
Mike McQuaid authored
We’re just supporting the Cask now.
-
Mike McQuaid authored
We’re just supporting the Cask now.
-
Mike McQuaid authored
Nicer to split this onto two lines.
-
Mike McQuaid authored
Previously this was only using the last line.
-
Mike McQuaid authored
Make it more obvious which class was unsatisfied to produce this error message.
-
Martin Afanasjew authored
Closes #482. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Or how many taps are private when summarizing all installed taps.
-
Martin Afanasjew authored
-
Dominyk Tiller authored
Closes #488. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
- Jul 10, 2016
-
-
Martin Afanasjew authored
Fix minor regression in b55250c4. The bottle is placed in the current working directory, is unaffected by the the single teardown introduced in #475, and thus needs manual handling. Closes #483. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
The latter was replacing the former due to an identical method name.
-
Martin Afanasjew authored
Test was added in 61614d35, but never had any effect because it was replaced by a method of the same name a few lines further down.
-
Dominyk Tiller authored
Closes #481. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
We might as well be consistent about it, since it's not obvious to people what the next step is after we've pointed out the directory isn't writable. Fixes #476.
-
Viktor Szakats authored
and download-mirror.savannah.gnu.org
-
- Jul 09, 2016
-
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Mike McQuaid authored
-