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 .
- May 29, 2017
-
-
Mike McQuaid authored
Match the "formula name in description" on word boundaries
-
Markus Reiter authored
Use `XDG_CACHE_HOME` for RuboCop.
-
Markus Reiter authored
-
Markus Reiter authored
-
Isabell Long authored
- The regexp for the "check if formula name is used in formula's description" cop matches every instance of the formula name if it exists, whether it's in a word or not. - For example, the formula `mon` has the description "Monitor hosts/services/whatever and alert about problems". This makes `brew audit --strict` complain because it matches "Monitor", which isn't the formula name! The formula `pass` has the description "Password manager". Again, the strict audit matches "Password", which isn't an issue. - Instead, this change matches on a word boundary, so it will match `mon:`, or `mon `, but not "Monitor", or, for example, "harmony". - I've changed the tests to account for this change.
-
Mike McQuaid authored
diagnostic: move some more macOS doctor checks.
-
- May 27, 2017
-
-
Mike McQuaid authored
Move some `brew doctor` checks that are pretty macOS specific so they are only run on macOS.
-
- May 26, 2017
-
-
Misty De Meo authored
Use Python's flock instead of Ruby's
-
- May 25, 2017
-
-
Markus Reiter authored
Deprecate `--caskroom` flag.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Fix cli default options.
-
Misty De Meo authored
Vendor compatibility fixes
-
Markus Reiter authored
-
Markus Reiter authored
-
Tim D. Smith authored
Relocate virtualenv orig-prefix
-
Misty De Meo authored
-
- May 24, 2017
-
-
Misty De Meo authored
-
Misty De Meo authored
-
Misty De Meo authored
This works around older versions of `which`, which return a string on failure.
-
Misty De Meo authored
-
Misty De Meo authored
Ruby first gained flock in 1.8.7, which is a problem since we're using this lock utility in `vendor-install` in order to install a newer Ruby. Fortunately, Python 2.3(!) has flock support.
-
Markus Reiter authored
Fix `uninstall` order.
-
Vítor Galvão authored
Add `SUDO_ASKPASS` to `brew-cask` manpage.
-
Mike McQuaid authored
Fix `previous_version_and_checksum` method.
-
- May 23, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Fix appcast checkpoint command.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Refactor `CLI`.
-
Alyssa Ross authored
patch: clean up with Forwardable
-
Alyssa Ross authored
-
- May 22, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored