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 .
- Apr 18, 2017
-
-
Mike McQuaid authored
These formulae are detected as missing but exist in an unreadable form. Fixes #2485
-
Mike McQuaid authored
GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s.
-
Mike McQuaid authored
Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups.
-
- Apr 17, 2017
-
-
Mike McQuaid authored
This is useful for seeing when formulae are deleted if they are going to leave behind any formulae that depend on them. As a result, if there are any formulae returned return a non-zero/failed exit status.
-
Mike McQuaid authored
-
- Apr 16, 2017
-
-
Zhiming Wang authored
-
- Apr 15, 2017
-
-
Misty De Meo authored
-
Misty De Meo authored
-
- Apr 11, 2017
-
-
Markus Reiter authored
-
Mike McQuaid authored
As requested in #11462 by @neutric as this produces confusing, incorrect output.
-
SHIBATA Hiroshi authored
-
Mike McQuaid authored
Make `brew audit` complain about language module requirements because they provide a crappy user experience compared to vendoring and we’re not really fixing bugs in them any more.
-
Mike McQuaid authored
Also check for `ENV.universal_binary` and `build.universal?`. The prior is still required for `wine` and the latter should never be required any longer.
-
JCount authored
This check for a nil `tap` is necessary because Tap.from_path(path) will simply return a nil value in the event the tap path is invalid
-
Mike McQuaid authored
Our CI images are already updated with it.
-
- Apr 09, 2017
- Apr 07, 2017
-
-
mansimarkaur authored
-
- Apr 05, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Was missing a formula object being passed.
-
- Apr 04, 2017
-
-
Mike McQuaid authored
These were those migrated from other taps but if they are installed already: they aren't new to that user.
-
Mike McQuaid authored
-
- Apr 03, 2017
-
-
mansimarkaur authored
-
Maxim Belkin authored
-
Bob W. Hogg authored
Signed-off-by:
Bob W. Hogg <rwhogg@linux.com>
-
Tim D. Smith authored
-
Mike McQuaid authored
-
Tim D. Smith authored
-
Mike McQuaid authored
For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`.
-
- Apr 02, 2017
-
-
Tim D. Smith authored
ln_sf does the right thing when `dest` is a symlink pointing to a file: the symlink gets overwritten with a link pointing to the new src. But when dest points to a directory, we create a new symlink inside the folder dest points to, which doesn't help us at all.
-
Tim D. Smith authored
When we're assessing whether a bottle is relocatable, we shouldn't have to descend into symlink paths we encounter. This is supposed to be the default behavior but it doesn't appear to be (perhaps because we pass a symlink to the keg on the command line?). All of the switches that control this behavior differ between BSD and GNU grep, so sniff the grep flavor first.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Eugene Nikolsky authored
Commit 4cae6a72 introduced the message, but it printed the wrong path, e.g. for `brew link sqlite`: ``` If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/sqlite:$PATH"' >> ~/.zshrc/bin ``` where `/bin` is appended at the end, but should be inserted before `:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc`. This patch fixes that and updates a test to verify it.
-
JCount authored
maintain existing compatibility with gnupg 2.0.x
-
- Apr 01, 2017
-
-
Mike McQuaid authored
Fixes #2427.
-
Jonathan Chang authored
-
Markus Reiter authored
-