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 .
- Aug 18, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
This allows querying multiple attributes in the same way as `revision_map` did but without duplicating code or repeatedly traversing history.
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Xu Cheng authored
-
Xu Cheng authored
Although `sandbox-exec` is available in 10.5, it has very limit support on the DSL for sandbox profile file(.sb file). Therefore, sandbox for Homebrew on 10.5 is broken. Closes #735. Signed-off-by:
Xu Cheng <git@xuc.me>
-
Xu Cheng authored
-
- Aug 17, 2016
-
-
Dominyk Tiller authored
Temporarily.
-
Xu Cheng authored
`Hardware.is_32_bit?` is deprecated.
-
Mike McQuaid authored
We'll keep the Homebrew installer pointing to Tigerbrew for now but as Homebrew/brew technically has no reason to not work on 10.5 let's remove this check.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Fixes https://github.com/Homebrew/homebrew-core/issues/3973.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
- ignore Cask's files in `readall` (for now, there's an intentional syntax error that will need fixed) - run Cask's tests if they exist - don't check Cask's files in coverage reports (for now)
-
Mike McQuaid authored
This option does more than just print warnings so let's make a more generic description with a more specific example. Closes #716.
-
Martin Afanasjew authored
- Inconsistent or unneeded indentation - Missing or superfluous empty lines - Missing or wrongly formatted arguments in command summary - Missing punctuation
-
- Aug 16, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes #694.
-
Mike McQuaid authored
-
Andrea Kao authored
-
- Aug 15, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Add a new `Sandbox.formula?` method to see if a given formula should be sandboxed. Use the formula to check its tap against a list of pre-approved taps where we know every formula builds under the sandbox (currently just homebrew/core).
-
Mike McQuaid authored
-
Mike McQuaid authored
Simplify checking if we’re going to sandbox a test with `Sandbox.test?`.
-
Andrew Janke authored
-