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 .
- Mar 15, 2017
-
-
Viktor Szakats authored
-
- Dec 13, 2016
-
-
Mike McQuaid authored
Check for Ruby files in taps that are outside of the detected `Formula` directory for a tap but inside one of the other potential directories. This usually indicates a formula has been added in the wrong directory in a tap and is used to fail CI in this case.
-
Mike McQuaid authored
And tell people to delete the HOMEBREW_REPOSITORY one. The HOMEBREW_PREFIX one is preferable for bottling.
-
- Nov 27, 2016
-
-
Mike McQuaid authored
Allow our Jenkins CI testing for Homebrew/brew to live outside of `/usr/local` without complaint (as it's not using any binary packages anyway).
-
- Nov 26, 2016
-
-
Mike McQuaid authored
This reverts commit 7f13b37b, reversing changes made to 62e0ecda.
-
Mike McQuaid authored
This reverts commit 89c33489, reversing changes made to 7f13b37b.
-
- Nov 25, 2016
-
-
Cesar Andreu authored
-
William Woodruff authored
Non-administrative users are unable to run `brew linkapps` (and possibly other commands) under normal circumstances.
-
- Nov 14, 2016
-
-
Markus Reiter authored
-
- Nov 12, 2016
-
-
Mike McQuaid authored
And, if it isn't, print more helpful debugging messages. Fixes #1456.
-
- Nov 05, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Also: freeze the relevant arrays.
-
Josh Hagins authored
-
- Nov 04, 2016
-
-
James Young authored
Add static libs and dylibs commonly put in /usr/local/lib by Symantec Endpoint Protection to the brew doctor white lists
-
- Oct 26, 2016
-
-
Alyssa Ross authored
-
Alyssa Ross authored
-
ilovezfs authored
-
- Oct 13, 2016
-
-
Paolo G. Giarrusso authored
Multiple issues have been filed about this environment variable, hence give a warning. #932 might make this unnecessary when merged, but hopefully this warning can be merged quickly.
-
- Oct 09, 2016
-
-
Mike McQuaid authored
Fixes #1223.
-
- Oct 04, 2016
-
-
Markus Reiter authored
-
- Oct 03, 2016
-
-
Mike McQuaid authored
Update some messaging based on recent user confusion and the `/usr/local/Homebrew` and Ruby 2 migrations.
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
- Sep 26, 2016
-
-
Mike McQuaid authored
This is no longer relevant in the bright, new tagged future. Fixes #1151.
-
- Sep 23, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Sep 19, 2016
-
-
Mike McQuaid authored
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
-
- Sep 18, 2016
-
-
Mike McQuaid authored
-
- Sep 17, 2016
-
-
Mike McQuaid authored
But remove some manual `.freeze`s on constants that shouldn't be constants.
-
- Sep 16, 2016
-
-
Mike McQuaid authored
These definitions are scattered throughout the codebase which makes it hard to refactor them later (my goal is to move them outside of HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier movement later.
-
- Sep 15, 2016
-
-
Mike McQuaid authored
This is used in diagnostic (and will be used in other places later) rather than hard-coding other directories later.
-
- Sep 09, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Apple reset this on every OS X major (and some minor) updates and it always proves a painful and unnecessary step. Instead just check the directories we actually care about are writable. This may mean if these directories do not already exist (although they are now created by the installed) that `brew link` will fail and require manual intervention but this seems to be superior for both new and the majority of existing users.
-
- Sep 07, 2016
-
-
Mike McQuaid authored
Better use the abstraction layer so e.g. Linux could have similarly fatal checks for these things.
-
- Aug 25, 2016
-
-
Mike McQuaid authored
Highlight that the main reason for preferring /usr/local is because of bottles. There's been some confusion around this e.g. https://github.com/Homebrew/homebrew-core/issues/3968
-
- Aug 22, 2016
-
-
Mike McQuaid authored
-
- Aug 19, 2016
-
-
Mike McQuaid authored
These are intentionally duplicated for now until the Cask migration is complete.
-
- Aug 16, 2016
-
-
Mike McQuaid authored
Closes #694.
-
- Aug 11, 2016
-
-
Greg Nisbet authored
-