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 11, 2017
-
-
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.
-
- Apr 10, 2017
-
-
Markus Reiter authored
gpg_spec test add 2.1.x compatibility
-
- Apr 09, 2017
- Apr 05, 2017
-
-
Mike McQuaid authored
Virtualenv relocation fixes
-
Mike McQuaid authored
Add probot-stale configuration.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
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>
-
Tim D. Smith authored
-
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
-
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`.
-
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.
-
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
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.
-
JCount authored
maintain existing compatibility with gnupg 2.0.x
-