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. Apr 22, 2017
    • Mike McQuaid's avatar
      tests: reduce some noise. · a6df701f
      Mike McQuaid authored
      - Tweak the way offline skipping happens
      - Skip more tests that break when offline
      - Hide more stdout output from tests.
      a6df701f
    • Mike McQuaid's avatar
      formula_installer: remove feature flags. · e41f0bf8
      Mike McQuaid authored
      We've been testing the recursive dependency check and allowing unlinked
      dependencies in CI for a while with no adverse consequences so enable
      them globally now for all users.
      e41f0bf8
    • Mike McQuaid's avatar
      Fix `brew edit` with environment filtering. · 69c7a208
      Mike McQuaid authored
      For many people `brew edit` makes use of the `EDITOR` variable to pick a
      sensible editor. With environment filtering enabled unless this editor
      is found in the default system PATH it'll fall back to e.g. `vim`.
      
      Instead, ensure that we export the original, pre-filtering `PATH` as
      `HOMEBREW_PATH` and use that internally to locate the editor. In future
      this same approach will likely be used for requirements to be able to
      find tools, too, and for other variables which we want to expose to
      Homebrew itself but not other build tools.
      
      Note that `HOMEBREW_PATH` is the same as `PATH` when build filtering
      hasn't been enabled.
      69c7a208
    • Mike McQuaid's avatar
      audit: ensure dependencies don't use options. · 3011cbac
      Mike McQuaid authored
      Option dependencies are nasty as they cause unnecessary builds from
      source.
      3011cbac
    • Mike McQuaid's avatar
      audit: new formulae should not require patches. · 1775c322
      Mike McQuaid authored
      We may under some circumstances accept these anyway but it's better to
      nudge people into the right behaviours on local `audit`s.
      1775c322
  2. Apr 21, 2017
  3. Apr 20, 2017
  4. Apr 18, 2017
  5. Apr 17, 2017
  6. Apr 16, 2017
  7. Apr 15, 2017
  8. Apr 11, 2017
  9. Apr 09, 2017
Loading