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 26, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Zhiming Wang authored
See discussion in Homebrew/brew#800.
-
https://bot.brew.shDominyk Tiller authored
-
Mike McQuaid authored
As discussed: announce that we are deprecating running Homebrew as the root user as it's insecure and requires disabling the sandbox. Fixes #796.
-
- 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 24, 2016
-
-
Mike McQuaid authored
Print a better exception message and handle this in more cases rather than producing confusing errors when it’s unset.
-
Markus Reiter authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Otherwise if your `HOMEBREW_PREFIX` and `HOMEBREW_REPOSITORY` are not equal then your tap manpages will be linked but your `brew*` ones will not.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
If you're using e.g. a `/usr/local/homebrew` prefix then don't require the `/usr/local/Cellar` to be manually created to avoid e.g. `/usr/local/homebrew/Cellar` being used. Let's do all we can to let people use this `Cellar` location as it means they can put their repository wherever they like and still use all our bottles.
-
Markus Reiter authored
-
Misty De Meo authored
-
Zhiming Wang authored
TMPDIR, TEMP and TMP (when set) are not whitelisted for writing in sandbox.rb, which could result in sandbox violations when programs attempt to write to these locations. Setting TMPDIR, TEMP and TMP to HOMEBREW_TEMP (which defaults to /tmp when not set) works around the aforementioned problem and also improves uniformity in the locations of tempfiles created during Homebrew operations. Caveat: Non-matching HOMEBREW_TEMP and TMPDIR could lead to undesirable side effects in certain cases, e.g., emacsclient not being able to find an existing server (whose socket lives in $TMPDIR/emacs$UID/) when launched through brew edit.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
AnastasiaSulyagina authored
-
- Aug 23, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Aug 22, 2016
-
-
Mike McQuaid authored
The experiment to add `-no_weak_imports` unconditionally has been a bit of a failure. It's broken more than it's fixed and I don't think we can have this as a default for Xcode 8. Add `ENV.no_weak_imports` to be used by formulae authors and make `ENV.no_weak_imports a no-op (for now). We may reconsider this behaviour in future.
-
Mike McQuaid authored
-
Mike McQuaid authored
Otherwise it can end up as e.g. `bin/git` which then breaks when we `cd` to another directory and try to run it.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Aug 21, 2016
-
-
Markus Reiter authored
-
- Aug 20, 2016
-
-
Mike McQuaid authored
Go makes extensive use of weak imports so we need to allow them when building Go-using software. Closes https://github.com/Homebrew/homebrew-core/issues/4047.
-
Mike McQuaid authored
Also, check in this manpage, adjust the Rakefile and remove the old one. Fixes #731.
-
William Woodruff authored
Flips HOMEBREW_RUBY_MACHO to HOMEBREW_NO_RUBY_MACHO.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-