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 07, 2016
- 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.
-
- 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
Use `module_function` for `Homebrew` module.
-
Mike McQuaid authored
brew.sh: don't autoupdate if --help passed
-
- Oct 03, 2016
-
-
Mike McQuaid authored
fix tests failing when verbose set
-
Bruce Steedman authored
-
Mike McQuaid authored
Formula-Cookbook: fix /usr/local/Homebrew references.
-
neutric authored
-
Markus Reiter authored
-
Mike McQuaid authored
virtualenv_install_with_resources: select correct python
-
Markus Reiter authored
Make `MacOS.language` less opinionated and add `language` stanza.
-
ilovezfs authored
`virtualenv_install_with_resources` will now attempt to guess the desired Python based on the active build options and based on the dependencies and requirements. When the situation is ambiguous (e.g., `depends_on :python3` and `build.with? "python"` is true) raise `FormulaAmbiguousPythonError` unless `:using => "python"` or `:using => "python3"` has been passed to resolve the ambiguity. In most cases, this will allow ``` virtualenv_create(libexec, "python3") virtualenv_install_with_resources ``` to be changed to just ``` virtualenv_install_with_resources ```
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Add official external commands to manpage.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
*/diagnostic: tweak messaging.
-