Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew-cask: move to using tap cmd directory. #15381

Merged
merged 3 commits into from
Dec 9, 2015
Merged

brew-cask: move to using tap cmd directory. #15381

merged 3 commits into from
Dec 9, 2015

Commits on Dec 9, 2015

  1. brew-cask: move to using tap cmd directory.

    This provides a few benefits:
    
    - faster `brew cask` execution times as another Ruby process is not
      needed. Cask can instead be loaded in-process with Homebrew. This
      will also make it easier to use some of Homebrew's core code and
      ease moving code from Cask into Homebrew core.
    - Users do not need to `brew upgrade` Cask any more: it's done
      automatically on any `brew update` or `git pull` of the Cask tap.
    MikeMcQuaid committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    fdb4577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ff99a View commit details
    Browse the repository at this point in the history
  3. Warn of legacy installs in doctor

    jawshooah authored and MikeMcQuaid committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    4955bac View commit details
    Browse the repository at this point in the history