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. Sep 21, 2016
  2. Sep 19, 2016
  3. Sep 18, 2016
  4. Sep 17, 2016
  5. Sep 09, 2016
    • Mike McQuaid's avatar
      Don't require/recommend ownership of /usr/local. · 492391f5
      Mike McQuaid authored
      Apple reset this on every OS X major (and some minor) updates and it
      always proves a painful and unnecessary step. Instead just check the
      directories we actually care about are writable.
      
      This may mean if these directories do not already exist (although they
      are now created by the installed) that `brew link` will fail and require
      manual intervention but this seems to be superior for both new and the
      majority of existing users.
      492391f5
    • Mike McQuaid's avatar
      update.sh: don't cleanup on update for developers. · 691d57f5
      Mike McQuaid authored
      We’re defining developers as people who have run a dev-cmd at least
      once.
      691d57f5
  6. Sep 06, 2016
  7. Sep 05, 2016
  8. Aug 25, 2016
  9. Aug 22, 2016
  10. Aug 17, 2016
  11. Aug 12, 2016
    • Mike McQuaid's avatar
      update: add --force argument. · 24fb0068
      Mike McQuaid authored
      Add a `brew update --force` to side-step all of the clever optimisations
      we have to detect if an update is unnecessary. That means if those
      optimisations go wrong in future we can tell people just to run this
      single command.
      
      This would have been a useful workaround for the issue fixed in 985c672b.
      24fb0068
    • Mike McQuaid's avatar
      update.sh: prevent overwriting UPSTREAM_BRANCH. · 99837fae
      Mike McQuaid authored
      UPSTREAM_BRANCH was being used both as a loop variable name and name
      for the upstream branch for HOMEBREW_REPOSITORY. This meant that the
      variable names were overwritten which prevented update.
      
      Closes #693.
      99837fae
  12. Aug 11, 2016
  13. Aug 10, 2016
  14. Aug 09, 2016
    • Mike McQuaid's avatar
      update: don't recheck taps checked in the last 1m. · 2b8ea079
      Mike McQuaid authored
      This is less than ideal but it gets the time on my machine down from ~6s
      to ~2s when checking no taps. It still shows that we're doing way more
      in `update.sh` than we need to be doing but that's a future PR.
      2b8ea079
  15. Aug 08, 2016
  16. Aug 02, 2016
  17. Jul 16, 2016
  18. Jul 14, 2016
  19. Jul 13, 2016
  20. Jul 10, 2016
  21. Jul 07, 2016
    • Mike McQuaid's avatar
      Autoupdate tweaks (#442) · 86b1df96
      Mike McQuaid authored
      * Don't infinitely recurse `brew update --preinstall`.
      
      This could happen when trying to `brew install git` inside `brew update
      --preinstall`.
      
      * update.sh: cache Git PATH.
      
      We don’t need to look it up from superenv every time; this is slow.
      
      * update.sh: print message before preinstall updates.
      
      * update.sh: verbose output fetch directory.
      
      This aids reading `brew update --verbose --debug` output.
      
      * update.sh: skip taps without formulae on preinstall.
      
      We don’t need to update them as we’re not invoking them.
      
      * update.sh: don't force update-report on developer preinstall.
      
      This is too slow.
      86b1df96
  22. Jun 29, 2016
  23. Jun 16, 2016
  24. Jun 13, 2016
  25. Jun 05, 2016
  26. Jun 03, 2016
  27. May 13, 2016
Loading