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 22, 2017
-
-
Mike McQuaid authored
- Tweak the way offline skipping happens - Skip more tests that break when offline - Hide more stdout output from tests.
-
Mike McQuaid authored
We've been testing the recursive dependency check and allowing unlinked dependencies in CI for a while with no adverse consequences so enable them globally now for all users.
-
Mike McQuaid authored
For many people `brew edit` makes use of the `EDITOR` variable to pick a sensible editor. With environment filtering enabled unless this editor is found in the default system PATH it'll fall back to e.g. `vim`. Instead, ensure that we export the original, pre-filtering `PATH` as `HOMEBREW_PATH` and use that internally to locate the editor. In future this same approach will likely be used for requirements to be able to find tools, too, and for other variables which we want to expose to Homebrew itself but not other build tools. Note that `HOMEBREW_PATH` is the same as `PATH` when build filtering hasn't been enabled.
-
Mike McQuaid authored
Option dependencies are nasty as they cause unnecessary builds from source.
-
Mike McQuaid authored
We may under some circumstances accept these anyway but it's better to nudge people into the right behaviours on local `audit`s.
-
- Apr 21, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
-
commitay authored
-
commitay authored
Update binary.rb Update binary.rb Update binary.rb
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Louis Romero authored
-
- Apr 20, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
JCount authored
-
Steven Peters authored
-
- 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
-
-
Bob W. Hogg authored
-
Bob W. Hogg authored
-
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