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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 20, 2016
-
-
Yoshimasa Niwa authored
-
- Oct 16, 2016
-
-
Yoshimasa Niwa authored
There is an existing `SystemCommand.run` that executes command with `sudo`. Use that instead of yet another custom wrapper.
-
- Oct 11, 2016
-
-
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.
-
- Oct 10, 2016
-
-
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.
-
- Oct 09, 2016
-
-
Mike McQuaid authored
diagnostic: handle HOMEBREW_TEMP mktmpdir failure.
-
Mike McQuaid authored
Fixes #1223.
-
Mike McQuaid authored
Comment out `license` stanza deprecation warning.
-
Mike McQuaid authored
Revert "Migrate a Formula to Multiple Versions: add docs."
-
Mike McQuaid authored
-
Mike McQuaid authored
Migrate a Formula to Multiple Versions: add docs.
-
ilovezfs authored
cleanup: remove GLIDE_HOME cache directories
-
ilovezfs authored
This is needed since some formulae now set ENV["GLIDE_HOME"] = HOMEBREW_CACHE/"glide_home/#{name}"
-
- Oct 08, 2016
-
-
Mike McQuaid authored
brew.sh: improve user agent with no git repo.
-
Markus Reiter authored
Rename FormulaMethodDeprecatedError to MethodDeprecatedError.
-
Markus Reiter authored
Remove Homebrew Cask documentation.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Make parsing locales more robust.
-
Markus Reiter authored
-
Mike McQuaid authored
`Homebrew/>1.0.0 (no git repository) (Macintosh; Intel macOS 10.7.5)...) reads pretty weirdly in a user agent and I've had complaints that `>` may be an invalid character in some cases.
-
Mike McQuaid authored
audit: forbid `deprecated_option` in new formulae
-
- Oct 07, 2016
-
-
Markus Reiter authored
Deprecate license
-
Markus Reiter authored
Make `core_tap_version_string` reusable.
-
David Yun authored
-
David Yun authored
-
David Yun authored
* Fix IntegrationCommandTestCask
-
Markus Reiter authored
“Homebrew Cask” -> “Homebrew-Cask”
-
Markus Reiter authored
-
David Yun authored
-
- Oct 06, 2016
-
-
David Yun authored
-
Markus Reiter authored
Fix exit code for multilingual cask audit.
-
Markus Reiter authored
Change `A Cask for #{token} is already installed.` message.
-
Markus Reiter authored
Add `.com.apple.timemachine.supported` to DMG_METADATA_FILES.
-
Jonathan Chang authored
-
- Oct 05, 2016
-
-
Tim D. Smith authored
virtualenvs remember the prefix of the python that created them and do magic to load packages from them; help them remember a more durable path.
-
Markus Reiter authored
Refactor Cask’s extensions.
-
- Oct 04, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Use `module_function` for `Homebrew` module.
-