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 20, 2017
-
-
Charlie Sharpsteen authored
-
- Apr 19, 2017
-
-
Mike McQuaid authored
install: don't search when formula is unreadable.
-
- Apr 18, 2017
-
-
Mike McQuaid authored
audit: allow skipping audit methods.
-
Mike McQuaid authored
-
Mike McQuaid authored
create: use GitHub metadata where available.
-
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
audit: check for more universal usage.
-
Mike McQuaid authored
uses: allow checking deleted formulae.
-
Mike McQuaid authored
install: do not search taps when a qualified formula is missing
-
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
-
Mike McQuaid authored
travis.yml: keep taps.
-
Mike McQuaid authored
audit: deprecate language module requirements.
-
Mike McQuaid authored
This will avoid `brew doctor` trying to retap `homebrew/core` which is both slow and error-prone.
-
Misty De Meo authored
Hardware cpu can run arch helper
-
- Apr 16, 2017
-
-
Mike McQuaid authored
[WIP] Added test for check_access_lock_dir
-
Zhiming Wang authored
-
- Apr 15, 2017
-
-
Misty De Meo authored
-
Misty De Meo authored
-
Mike McQuaid authored
audit: don't recommend version aliases on --devel.
-
- Apr 12, 2017
-
-
Markus Reiter authored
Fix `brew cask audit` not working without argument.
-
- Apr 11, 2017
-
-
Markus Reiter authored
-
ilovezfs authored
xcode: 8.3.1 is latest version.
-
Mike McQuaid authored
As requested in #11462 by @neutric as this produces confusing, incorrect output.
-
JCount authored
missing_formula: fix undefined method `path` for nil:NilClass
-
JCount authored
formulary: Workaround for method missing for downcase on Pathname object
-
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 10, 2017
-
-
Markus Reiter authored
gpg_spec test add 2.1.x compatibility
-
- Apr 09, 2017
- Apr 07, 2017
-
-
mansimarkaur authored
-
- Apr 05, 2017
-
-
Mike McQuaid authored
Virtualenv relocation fixes
-