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. Oct 20, 2016
  2. Oct 16, 2016
  3. Oct 11, 2016
    • Yoshimasa Niwa's avatar
      Create caskroom without sudo in writable parent. · d51cd15e
      Yoshimasa Niwa authored
      In case the parent directory of Caskroom is writable for the user, we
      don't need to use `sudo` to execute commands.
      
      Make a generic method to run commands that has an option to switch sudo
      so that we can run commands with and without sudo.
      d51cd15e
  4. Oct 10, 2016
    • Yoshimasa Niwa's avatar
      FIX: cask changes /usr/local ownership recursively · d00f35b8
      Yoshimasa Niwa authored
      Relatively old code in Hbc::Caskroom recursively changes the ownership
      of the directory where the Caskroom directory exists, that changes
      entire files in /usr/local to user:staff if Homebrew setup with default
      configuration.
      This is really dangerous because it's easy to trigger (just simply type
      `brew cask something` by following some installation documentation.)
      
      This patch removes entire `chown` with -R option and make the logic
      simply creating Caskroom directory with default Homebrew directories
      ownership and permission.
      d00f35b8
  5. Oct 09, 2016
  6. Oct 08, 2016
  7. Oct 07, 2016
  8. Oct 06, 2016
  9. Oct 05, 2016
  10. Oct 04, 2016
Loading