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. Jun 16, 2016
  2. Jun 15, 2016
  3. Jun 14, 2016
  4. Jun 13, 2016
  5. Jun 12, 2016
  6. Jun 11, 2016
    • ilovezfs's avatar
      deps should respect skip-recommended · 63675084
      ilovezfs authored
      
      For example, `brew deps libass --skip-recommended` shouldn't print
      harfbuzz because, even though libass builds with harfbuzz when harfbuzz
      is not skipped, we asked to skip recommended, of which harfbuzz is one.
      
      The corresponding change is made for `brew uses` as well.
      
      Thanks to Xu Cheng for contributing the code. Any errors are mine.
      
      Closes #129.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      63675084
  7. Jun 09, 2016
    • ilovezfs's avatar
      boneyard-formula-pr: add new command. · 11d47e83
      ilovezfs authored
      
      Add a new developer command (i.e., requires `HOMEBREW_DEVELOPER` set in
      your environment) to "boneyard" a formula, by creating one pull request
      removing the formula from its current tap and updating (or creating)
      tap_migrations.json, and another pull request importing the formula into
      homebrew/boneyard with any bottle block removed.
      
      Closes #53.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      11d47e83
  8. Jun 08, 2016
  9. Jun 07, 2016
    • Martin Afanasjew's avatar
      audit: detect more 'pkgshare' candidates (#328) · af42deca
      Martin Afanasjew authored
      The new check also allows the `+` operator instead of our (still heavily
      preferred) `/` operator for path concatenation and also triggers if the
      operator is surrounded by whitespace.
      
      Also recognizes single-quoted strings and uses a back reference to
      match the closing quote for a slightly lower chance of false positives.
      
      Closes #322.
      af42deca
  10. Jun 05, 2016
  11. Jun 03, 2016
  12. Jun 02, 2016
    • ilovezfs's avatar
      formula_installer: accumulate inherited options · b2c9625d
      ilovezfs authored
      
      When a given dependency appears multiple times in a formula's dependency
      tree, the inherited options for that dependency should accumulate rather
      than being overwritten each time that dependency is considered by
      expand_dependencies. In particular, this impacts "universal" since the
      dependency should be built with universal unless all of its instances in
      the dependency tree don't have "universal" as opposed to only if the last
      instance considered has "universal."
      
      Closes Homebrew/homebrew-core#1604.
      
      Closes #308.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      b2c9625d
    • Mike McQuaid's avatar
      README: add 1Password for Teams. · 5b1372e7
      Mike McQuaid authored
      5b1372e7
    • Martin Afanasjew's avatar
      tests: add missing require · d2cdbcbb
      Martin Afanasjew authored
      Amends e4d01871. The `require` was
      accidentally omitted causing the tests to fail very sporadically (or
      always, when invoked as `brew tests --only=integration_cmds`).
      d2cdbcbb
Loading