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 .
- Sep 02, 2016
-
-
Mike McQuaid authored
Otherwise looks weird with multiple items.
-
Mike McQuaid authored
formula: pinned keg is not eligible for cleanup
-
Mike McQuaid authored
Also report Cask coverage.
-
Markus Reiter authored
docs: add missing </pre>
-
Dominyk Tiller authored
audit: various tweaks
-
Dominyk Tiller authored
-
- Sep 01, 2016
-
-
Alyssa Ross authored
-
Vlad Shablinsky authored
If formula is pinned it shouldn't be eligible for cleanup. Otherwise we can encounter the following behaviour: 1. Install <formula> 2. Pin <formula> 3. <formula> gets outdated 4. Install <other_formula> that depends on <formula>, which requires up-to-date installation of <formula>. Thus, <formula> gets updated. 5. Now, if we cleanup <formula> we don't remove pin, so it points to the keg which doesn't exist any longer. The right behaviour is not to cleanup pinned kegs, which is done in this commit. Also see #831 for further info.
-
ilovezfs authored
formula_installer: install deps of dep before dep
-
ilovezfs authored
Dependencies/requirements of a dependency need to be installed/satisfied before the dependency. The fact that @pour_failed may be false is irrelevant to that imperative if we weren't pouring to begin with, so this commit now checks for that case as well.
-
Mike McQuaid authored
scm/git: make --homebrew=print-path use realpath.
-
Mike McQuaid authored
update.sh: reset pre-stash, die if stash fails.
-
Mike McQuaid authored
docs: fix a typo in plist_options?
-
Ross Penman authored
While using `"true"` instead of `true` wouldn't break anything, it doesn't seem to be expected, and using `"false"` instead of `false` _would_ break things.
-
- Aug 31, 2016
-
-
Josh Hagins authored
Allow deprecated hash syntax in Cask headers
-
Joshua Hagins authored
-
Dominyk Tiller authored
bottles: translate foo@1.2 to fooAT1.2
-
Mike McQuaid authored
Add `--full-name` option to `brew deps`
-
Mike McQuaid authored
-
- Aug 30, 2016
-
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
- Aug 28, 2016
-
-
Steven Peters authored
This allows changed formulae in taps to be tested in the proper order. See #738 for more details.
-
Steven Peters authored
Add --full-name option to brew deps command, which displays the full name of dependencies.
-
Dominyk Tiller authored
formulary: handle @ formulae.
-
Dominyk Tiller authored
Before this change: ``` ~> brew search openssl@1.1 openssl@1.1
==> Did you mean to perform a regular expression search? ==> Surround your query with /slashes/ to search by regex. ``` -
Dominyk Tiller authored
-
Dominyk Tiller authored
-
- Aug 27, 2016
-
-
Dominyk Tiller authored
brew: execute update before tap
-
Dominyk Tiller authored
-
Dominyk Tiller authored
This seems generally like a good idea given that we're making syntax changes to formulae & are going to keep doing so for a little while yet. Taps may have moved over to that syntax, which then causes tap failures if brew isn't up-to-date. Should fix situations like https://github.com/Homebrew/homebrew-php/issues/3545.
-
Markus Reiter authored
Don’t use `should` syntax in rspec.
-
Markus Reiter authored
-
Markus Reiter authored
-
Tim D. Smith authored
* Replaced ; with && under Update Bug in README.md. * Updated issue template's brew update fix.
-
Mike McQuaid authored
Brew-Test-Bot-For-Core-Contributors: fix broken link
-
Ball authored
-
Vlad Shablinsky authored
-
- Aug 26, 2016
-
-
Mike McQuaid authored
Fix missing `magenta` in Tty.
-