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 27, 2017
-
-
Mike McQuaid authored
Improve the messaging around `brew install` when there's a possible user action such as an `upgrade` or `link` and don't tell people to `install --force` when it's unnecessary. While I did this, tweak the output and function usage in a couple of related places. Some example output before this change: ``` Warning: openssl is a keg-only and another version is linked to opt. Use `brew install --force` if you want to install this version Warning: mysql@5.6 is a keg-only and another version is linked to opt. Use `brew install --force` if you want to install this version Warning: analog-6.0_1 already installed Warning: bash-completion@2-2.5 already installed, it's just not linked. ``` Some example output after this change: ``` Error: openssl 1.0.2k is already installed To upgrade to 1.0.2l, run `brew upgrade openssl` Warning: mysql@5.6 5.6.36_1 is already installed Warning: analog 6.0_1 is already installed Warning: bash-completion@2 2.5 is already installed, it's just not linked. You can use `brew link bash-completion@2` to link this version. ```
-
- 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
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored