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 05, 2017
-
-
Mike McQuaid authored
Port audit_desc audit rules to a cop
-
Mike McQuaid authored
audit: fix core formula alias check.
-
Mike McQuaid authored
update-report: don't show new, installed formulae.
-
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
Revert "keg_relocate: Don't relocate dylib IDs containing metavariables."
-
Mike McQuaid authored
-
Mike McQuaid authored
Add Skylake to the Linux hardware list
-
- Apr 03, 2017
-
-
Mike McQuaid authored
java_requirement: Add newline to failure message
-
Maxim Belkin authored
-
Bob W. Hogg authored
Signed-off-by:
Bob W. Hogg <rwhogg@linux.com>
-
Mike McQuaid authored
Xcode: update supported versions & download URLs for 8.3
-
Mike McQuaid authored
-
Mike McQuaid authored
Handle missing receipt on `brew install`.
-
Mike McQuaid 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`.
-
Mike McQuaid authored
ISSUE_TEMPLATE: tweak instructions.
-
- Apr 02, 2017
-
-
Markus Reiter authored
Use `sudo` if parent path of `target` is not writable.
-
Mike McQuaid authored
Be clearer about what's expected and where to file things.
-
Mike McQuaid authored
Document all short flags.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Fix the 'export PATH' message in `link` for a keg-only formula
-
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.
-
Mike McQuaid authored
keg: correctly remove alias symlinks.
-
- Apr 01, 2017
-
-
Mike McQuaid authored
Fixes #2427.
-
Vítor Galvão authored
cask: remove pre_bug_report links
-
Mike McQuaid authored
missing_formula: pillow lives in homebrew/science
-
Jonathan Chang authored
-
Markus Reiter authored
-
Vítor Galvão authored
-
- Mar 31, 2017
-
-
Mike McQuaid authored
Remove osmium from blacklisted formulas
-
Ilya Zverev authored
-
Mike McQuaid authored
Migrator: various rename fixes
-
Mike McQuaid authored
Otherwise we could end up removing files unnecessarily.
-
Mike McQuaid authored
This avoids needing to use `force: true` and still let's Homebrew do what we want with our own taps.
-
Mike McQuaid authored
ruby_requirement: fix path prepend
-
Mike McQuaid authored
-
Mike McQuaid authored
-