Skip to content
Snippets Groups Projects
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 .
  1. Aug 18, 2016
  2. Aug 13, 2016
  3. Aug 12, 2016
  4. Aug 11, 2016
  5. Aug 10, 2016
    • Martin Afanasjew's avatar
      os/mac/ruby_keg: improve error reporting · 06fe347d
      Martin Afanasjew authored
      A failure to change a dylib ID or install name would previously cause a
      rather cryptic error message, that didn't include the name of the file
      that caused the failure, unless `--debug` was specified. Make sure to
      output this information in all cases before re-raising the exception.
      06fe347d
    • Mike McQuaid's avatar
    • Mike McQuaid's avatar
      Tweak HOMEBREW_NO_AUTO_UPDATE handling. · 1a240cd5
      Mike McQuaid authored
      This can just live in `brew.sh` and then it doesn’t need repeated in
      all the other places.
      1a240cd5
    • Mike McQuaid's avatar
      update.sh: further speed up `brew update`. · 11116c24
      Mike McQuaid authored
      Tweak the logic further to make the no-op case even faster.
      
      Before:
      ```
      brew update  1.10s user 1.05s system 92% cpu 2.325 total
      brew update --preinstall  0.60s user 0.77s system 96% cpu 1.433 total
      ```
      
      After:
      ```
      brew update  0.60s user 0.34s system 83% cpu 1.132 total
      brew update --preinstall  0.29s user 0.24s system 62% cpu 0.860 total
      ```
      
      These times are now fast enough to avoid any further special-casing for
      `--preinstall`, roll it out to users by default and not print a message
      unless we've actually found some updates.
      11116c24
    • Dominyk Tiller's avatar
    • Misty De Meo's avatar
      Improve formula not found handling (#96) · fdf55e77
      Misty De Meo authored
      fdf55e77
    • Mike McQuaid's avatar
      formulary: fix to_rack for fully-scoped references · d0251c1a
      Mike McQuaid authored
      Fixes the case where I have `mysql56` installed but do
      `brew uninstall foo/bar/mysql56` which isn't a valid formula.
      
      Fixes https://github.com/Homebrew/legacy-homebrew/issues/39883.
      d0251c1a
    • Mike McQuaid's avatar
      Bottles.md: update documentation. · ffd71d02
      Mike McQuaid authored
      Fixes #672.
      Fixes #673.
      ffd71d02
    • Dominyk Tiller's avatar
      diagnostic: remove MacGPG2 check · fdcdcf73
      Dominyk Tiller authored
      This hasn't been an issue for upstream stable releases for 3 years, since March
      2013, and hasn't been an issue for pre-release versions for 4 years.
      
      That release, and indeed the latest modern GPGTools releases, support 10.6 and
      above so there's no reason to suspect people are actually encountering the old
      versions in the wild with enough regularity to merit this being a permanent part
      of our codebase any more.
      
      In the last two years Homebrew has seen one Issue where MacGPG2 was the problem,
      and that wasn't reproducible at the time (and still isn't), and the `doctor` check
      likely wasn't even raised there. There has only been one Issue where the MacGPG2
      `doctor` check was raised in that two year period.
      
      I think it's fair to treat this as an user configuration outlier now rather than
      an issue we need to be constantly on guard for.
      
      Ref: Homebrew/legacy-homebrew@dfb171b
      Ref: Homebrew/legacy-homebrew#12238
      Ref: Homebrew/legacy-homebrew@046498b
      fdcdcf73
Loading