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 15, 2018
-
-
Shaun Jackman authored
-
Shaun Jackman authored
-
- Aug 09, 2018
-
-
Misty De Meo authored
-
Misty De Meo authored
-
Misty De Meo authored
-
Misty De Meo authored
-
- Aug 07, 2018
-
-
Markus Reiter authored
-
- Aug 01, 2018
-
-
Markus Reiter authored
-
- Jul 24, 2018
-
-
Mike McQuaid authored
Rather than relying on a `HOMEBREW_FORCE_BOTTLE` variable (which ends up doing silly things like forcing bottle usage even when options are provided) instead handle this at the `or_later` bottle detection level so on prerelease versions of macOS any bottle looks like an `or_later` bottle (unless various environment variables are set). Fixes issues noted in: https://github.com/Homebrew/brew/pull/4520#issuecomment-407229605
-
- Jul 19, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jul 13, 2018
-
-
Mike McQuaid authored
This matches the behaviour described in the test and on macOS.
-
Mike McQuaid authored
Fixes #4459.
-
Shaun Jackman authored
Ensure patchelf is installed to pour bottles and build bottles.
-
Maxim Belkin authored
append_to_cccfg properly appends values to HOMEBREW_CCCFG variable
-
Maxim Belkin authored
-
- Jul 11, 2018
-
-
Mike McQuaid authored
And be even more explicit whose problem it is when things are broken.
-
- Jul 01, 2018
-
-
Andrew Janke authored
-
- Jun 18, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Share the regex where possible and otherwise ensure they are identical.
-
- Jun 14, 2018
-
-
Misty De Meo authored
-
Misty De Meo authored
-
- Jun 02, 2018
-
-
Shaun Jackman authored
-
- Jun 01, 2018
-
-
Mike McQuaid authored
-
- May 31, 2018
-
-
Shaun Jackman authored
-
- May 23, 2018
-
-
Andrew R. McBurney authored
-
- May 22, 2018
-
-
Mike McQuaid authored
-
Andrew R. McBurney authored
1. Running `brew linkage some_package` does not set the cache. 2. Running `brew linkage --cached some_package` when `DatabaseCache.empty?` returns `true` should build the cache. 3. Running `brew linkage --cached some_package` when `DatabaseCache.empty?` returns `false` should use the cache.
-
- May 19, 2018
-
-
Shaun Jackman authored
-
Andrew R. McBurney authored
Lazily load db of type `DBM` instance variable for `DatabaseCache` so the corresponding database file isn't created in the `.use` block for a `DatabaseCache`.
-
- May 18, 2018
-
-
Andrew R. McBurney authored
Made `DatabaseCache.new` private, and changes instances in code that call it to use `DatabaseCache.use` instead.
-
- May 14, 2018
-
-
Maxim Belkin authored
-
- May 07, 2018
-
-
Andrew R. McBurney authored
Use cache if `HOMEBREW_LINKAGE_CACHE` exists in `formula_cellar_checks` and `formula`. Make functions private in `LinkageChecker`.
-
- Apr 25, 2018
-
-
AndrewMcBurney authored
-
- Apr 24, 2018
-
-
Mike McQuaid authored
Ensure that a non-zero exit code is set both for missing random dylibs and random missing dependencies. Additionally, while we are here, drastically trim down the public interface for this class to the bare minimum and allow getting the output from `display_test_output` as a variable. Fixes issue mentioned by @ilovezfs in: https://github.com/Homebrew/brew/pull/3940#issuecomment-383794520
-
- Apr 21, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Apr 18, 2018
-
-
Mike McQuaid authored
No reason to have it in macOS class and keeps consistent output with `brew info` on Linux.
-
Mike McQuaid authored
The `cask` attribute doesn't make as much sense on Linux but can be ignored there. The advantage of this change is that (like #4086) it allows figuring out the relevant cask for a formulae requirement on a Linux machine.
-