| Age | Commit message (Collapse) | Author |
|
Closes Homebrew/homebrew#40731.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#40682.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Fixes Homebrew/homebrew#40636.
|
|
Fixes Homebrew/homebrew#40630.
|
|
|
|
Issue a warning about Homebrew's very basic support for 10.11 at this point
in time on each run of `brew`.
Closes Homebrew/homebrew#40536.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|
|
Re: https://github.com/Homebrew/homebrew/commit/ad92f10ec35dcdbdd3424f663ffc7ff53287f714#commitcomment-11670008
|
|
|
|
Closes Homebrew/homebrew#40481.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#40608.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Also make remote method only response to installed tap.
|
|
|
|
Closes Homebrew/homebrew#38835.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes Homebrew/homebrew#38824
|
|
|
|
|
|
|
|
This ensures that all nested Git repositories (e.g. taps) are also
deleted. Previously this wasn't needed as we could just rely on the
symlinks in `Library/Formula` being missing but since Xu's good work
this inadvertedly made the bot's `brew uses foo` start showing things
from taps we hadn't previously deleted.
|
|
We don't support 10.5 anymore, and tigerbrew doesn't have this check
anymore, either.
|
|
|
|
It's not clear whether it returns MAKEFLAGS with or without -j<n>, and
neither is particularly useful behavior, given you can easily get the
exact value by calling ENV["MAKEFLAGS"]. So let's not commit to this
API.
|
|
Closes Homebrew/homebrew#40606.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
For example e.g. Boxen uses just a managed directory and puts formulae
into it.
|
|
Closes Homebrew/homebrew#40486.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#40478.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
They haven't been linked against so we don't care.
Closes Homebrew/homebrew#40410.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#40535.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Add completion support for a few more built-in commands.
Closes Homebrew/homebrew#40293.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes Homebrew/homebrew#40528.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Per
https://github.com/Homebrew/homebrew/pull/40472#issuecomment-110357915
|
|
Closes Homebrew/homebrew#40506.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#40472.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
This reverts commit ab8fe812377bc60cc18fe8d7c1ea8ce2f0269294.
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#40378.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Thanks @sjackman's advice
|
|
This reverts commit 02fba8ce25f1e34c981cb30197e2b4711f88b266.
|
|
Some formulae put `desc` field behind `url` which can make bottle block go to strange place.
So let's add `homepage` and `desc` into bottle regex.
Closes Homebrew/homebrew#40469.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#40451.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
The original website doesn’t exist anymore, the download URL doesn’t
work and there are no mirrors. Debian doesn’t provide any package for
it, like Fedora and MacPorts.
Closes Homebrew/homebrew#40436.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
`brew tap` restricts users to GitHub and checks for private repos. I
created `brew any-tap` to support a wider variety of taps.
With very small changes (and no extra flags!), this change allows users
to use `brew tap` with GitHub as they always have or add one extra
argument and tap any repository of any type from anywhere.
brew tap user/name # Same as it ever was
brew tap user/name URL # Tap URL, whatever it happens to be
Closes Homebrew/homebrew#40326.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|