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 27, 2016
-
-
Markus Reiter authored
-
Tim D. Smith authored
* Replaced ; with && under Update Bug in README.md. * Updated issue template's brew update fix.
-
Mike McQuaid authored
Brew-Test-Bot-For-Core-Contributors: fix broken link
-
Ball authored
-
Vlad Shablinsky authored
-
- Aug 26, 2016
-
-
Mike McQuaid authored
Fix missing `magenta` in Tty.
-
Markus Reiter authored
-
Mike McQuaid authored
Remove `exist?` check for `brew-cask-tests.rb`.
-
Markus Reiter authored
-
Mike McQuaid authored
cask tty removed
-
Mike McQuaid authored
Restrict TMPDIR etc. changes to install, post_install and test
-
Zhiming Wang authored
See discussion in Homebrew/brew#800.
-
Dominyk Tiller authored
various: update CI links.
-
https://bot.brew.shDominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Ball authored
-
Mike McQuaid authored
brew.sh: complain when running Homebrew as root.
-
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
diagnostic: tweak /usr/local messaging.
-
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
-
Mike McQuaid authored
config: set TMPDIR, TEMP and TMP to HOMEBREW_TEMP
-
Mike McQuaid authored
Improve HOMEBREW_BREW_FILE unset failure case.
-
Markus Reiter authored
Unify heredoc style.
-
- Aug 24, 2016
-
-
Josh Hagins authored
Allow per-cask `cleanup`.
-
Mike McQuaid authored
Print a better exception message and handle this in more cases rather than producing confusing errors when it’s unset.
-
Mike McQuaid authored
bin/brew: improve $HOMEBREW_REPOSITORY/bin/brew handling.
-
Mike McQuaid authored
brew.sh: don't require /usr/local/Cellar creation.
-
Mike McQuaid authored
update-report: also link `brew*.1` manpages.
-
Markus Reiter authored
-
Markus Reiter authored
Merge Cask’s `Pathname` extension with Homebrew’s.
-
Markus Reiter authored
Add vendored `plist` to ReadMe.
-
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 `/usr/local` is the prefix but not the repository (so bottles can be used) then running `/usr/local/bin/brew` works great but `$HOMEBREW_REPOSITORY/bin/brew` assumes the prefix is `$HOMEBREW_REPOSITORY`. This is a pain when doing work on the Homebrew repository and having e.g. `bin` in your `$PATH`. Improve this behaviour so `bin/brew` knows how to handle this situation.
-
Mike McQuaid authored
This will enable this code to be reused in a future commit and makes it more obvious what’s being done.
-
Mike McQuaid authored
The previous approach of trying to do it on one line was confusing.
-