Skip to content
Commits on Mar 15, 2016
  1. @mikemcquaid

    Revert "conan: homepage is conan.io instead of github"

    mikemcquaid committed
    This reverts commit 03199f2.
  2. @mikemcquaid
  3. @mikemcquaid

    aws-keychain: cleanup test.

    mikemcquaid committed
Commits on Mar 13, 2016
  1. @mikemcquaid

    mysql: remove memcached option.

    mikemcquaid committed
    Closes #42935.
Commits on Mar 10, 2016
  1. @mikemcquaid

    Fix `brew update` user agent.

    mikemcquaid committed
    This needs to be `Homebrew $HOMEBREW_VERSION` so we can be adequately
    filtered.
    
    Closes #49961.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  2. @mikemcquaid

    utils: API Git credential tweaks.

    mikemcquaid committed
    - Use empty array when `git credential-osxkeychain` lookup fails to
      cache and avoid rerunning it when there's no valid results.
    - Redirect `stderr` to avoid printing errors when there's a failure
      or no `git credential-osxkeychain` installed.
    
    Closes #49954.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Commits on Mar 8, 2016
  1. @mikemcquaid

    utils: use string arg to IO.popen.

    mikemcquaid committed
    Closes #49882.
  2. @mikemcquaid

    Set HOMEBREW_API_TOKEN from Git when available.

    mikemcquaid committed
    As requested in #46578. Falls back to existing functionality.
    
    Closes #46578.
    
    Closes #49846.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Commits on Mar 7, 2016
  1. @mikemcquaid

    kafka: add good test.

    mikemcquaid committed
    Closes #49841.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  2. @mikemcquaid

    kafka: general cleanup.

    mikemcquaid committed
    Use plist_options, remove `.sh` from binary names.
  3. @mikemcquaid

    install_renamed: handle recursive installs.

    mikemcquaid committed
    Closes #49845.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  4. @mikemcquaid

    prometheus: tweak test.

    mikemcquaid committed
Commits on Feb 25, 2016
  1. @mikemcquaid

    bin/brew: unset POSIX mode.

    mikemcquaid committed
    We're using /bin/bash and not /bin/sh for a reason so don't allow users
    to override this (seen in #49514).
    
    Closes #49515.
Commits on Feb 23, 2016
  1. @mikemcquaid
  2. @mikemcquaid
  3. @mikemcquaid

    kobalt: bottle unneeded.

    mikemcquaid committed
Commits on Feb 22, 2016
  1. @mikemcquaid

    update: better handle merge conflicts.

    mikemcquaid committed
    When there are merge conflicts we fail pretty hard. This is still
    possible after this commit but at least we've given Git enough pointers
    to make it less likely.
    
    Closes #49299.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  2. @mikemcquaid
Commits on Feb 21, 2016
  1. @mikemcquaid

    commandbox: bottle unneeded.

    mikemcquaid committed
Commits on Feb 18, 2016
  1. @mikemcquaid

    update: use GitHub API to avoid unneeded fetches.

    mikemcquaid committed
    Check to see if `HEAD` is the same as what we have locally. If it is:
    don't bother to `git fetch`.
    
    Closes #47888.
    
    Closes #49219.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  2. @mikemcquaid

    fontconfig: use new pour_bottle DSL.

    mikemcquaid committed
    Closes #47888.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  3. @mikemcquaid
  4. @mikemcquaid
  5. @mikemcquaid
  6. @mikemcquaid
  7. @mikemcquaid
  8. @mikemcquaid
  9. @mikemcquaid
  10. @mikemcquaid
  11. @mikemcquaid
  12. @mikemcquaid

    formula: add new pour_bottle DSL with reason.

    mikemcquaid committed
    This allows there to be a user-visible description of why a bottle is
    not being installed.
  13. @mikemcquaid
  14. @mikemcquaid
Commits on Feb 17, 2016
  1. @mikemcquaid

    blackbox: bottle unneeded.

    mikemcquaid committed
Commits on Feb 16, 2016
  1. @mikemcquaid

    bin/brew: move logic to Library.

    mikemcquaid committed
    `bin/brew` is getting a bit bloated and it's annoying to open all of
    `HOMEBREW_PREFIX` in your editor of choice and have it search through
    the `Cellar`. Let's instead keep the bare minimum in `bin/brew` and
    move the rest to `Library`.
    
    Closes #49185.
    
    Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Something went wrong with that request. Please try again.