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 .
- Sep 27, 2017
-
-
commitay authored
-
ilovezfs authored
Revert "Added tests for os/mac/keg"
-
ilovezfs authored
-
ilovezfs authored
Revert "mach: Avoid reopening the file for relocation"
-
ilovezfs authored
-
ilovezfs authored
Revert "keg_relocate: use correct number of arguments in call to change_install_name"
-
ilovezfs authored
-
William Woodruff authored
Added tests for os/mac/keg
-
William Woodruff authored
keg_relocate: use correct number of arguments in call to change_install_name
-
Steven Peters authored
During the changes to macho file relocation refactoring in #3101, #3138, and #3139, the number of arguments to the mach::change_install_name function changed from 3 to 2, but there was still an instance of the function being called with the wrong number of arguments.
-
mansimarkaur authored
-
- Sep 26, 2017
-
-
Mike McQuaid authored
bump-formula-pr: fix duplicates check
-
ilovezfs authored
`return unless pull_requests && !pull_requests.empty?` and `return unless pull_requests&.empty?` are not equivalent.
-
William Woodruff authored
mach: Avoid reopening the file for relocation
-
William Woodruff authored
This commit allows the relocation code to perform install name and dylib ID changes without reopening the file separately.
-
Mike McQuaid authored
Rubocop: 0.50.0 and Ruby 2.3
-
Mike McQuaid authored
portable-ruby: use rebuild with coverage support.
-
Mike McQuaid authored
portable-ruby: fix installation on Leopard.
-
Mike McQuaid authored
This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support.
-
Mike McQuaid authored
README: add Commsworld logo.
-
Mike McQuaid authored
They host our physical hardware.
-
Mike McQuaid authored
-
- Sep 25, 2017
-
-
Mike McQuaid authored
Download it insecurely there and require `rubygems` for `Gem::Version`.
-
Mike McQuaid authored
vendor-install: output only to stderr.
-
Mike McQuaid authored
This avoids causing errors in scripts that call e.g. `brew --prefix`.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
utils/git: cache less aggressively.
-
Mike McQuaid authored
This should avoid weird test ordering failures with specs on Linux (but there's no real reason this can't occur on macOS too).
-
- Sep 24, 2017
-
-
ilovezfs authored
audit: also skip homebrew/science duplicates found by search_taps
-
ilovezfs authored
Follow-up to #3202.
-
ilovezfs authored
audit: don't check for homebrew/science duplicates
-
ilovezfs authored
It's just noise to turn the migration PRs red over expected duplicates.
-
Mike McQuaid authored
utils/git: don't fail when CoreTap is untapped.
-
Mike McQuaid authored
This produces test failures on Linux where we intentionally avoid having it tapped.
-
Mike McQuaid authored
audit: hack around El Capitan audit failure.
-
Mike McQuaid authored
-
- Sep 23, 2017
-
-
Mike McQuaid authored
popen: Do not suppress stderr when HOMEBREW_STDERR
-
Mike McQuaid authored
portable-ruby: improve installation messaging.
-