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 .
- Jun 14, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#40608. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Also make remote method only response to installed tap.
-
Xu Cheng authored
-
Dominyk Tiller authored
Closes Homebrew/homebrew#38835. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Dominyk Tiller authored
Fixes Homebrew/homebrew#38824
-
Jack Nagel authored
-
Dominyk Tiller authored
-
Jack Nagel authored
-
Mike McQuaid authored
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.
-
- Jun 13, 2015
-
-
Jack Nagel authored
We don't support 10.5 anymore, and tigerbrew doesn't have this check anymore, either.
-
Jack Nagel authored
-
Jack Nagel authored
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.
-
- Jun 12, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#40606. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Mike McQuaid authored
For example e.g. Boxen uses just a managed directory and puts formulae into it.
-
- Jun 11, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#40486. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Larry Gilbert authored
Closes Homebrew/homebrew#40478. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Jun 10, 2015
-
-
Mike McQuaid authored
They haven't been linked against so we don't care. Closes Homebrew/homebrew#40410. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Alexandre Espinosa Menor authored
Closes Homebrew/homebrew#40535. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Ryan Hendrickson authored
Add completion support for a few more built-in commands. Closes Homebrew/homebrew#40293. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Dominyk Tiller authored
Closes Homebrew/homebrew#40528. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Jun 09, 2015
-
-
Dominyk Tiller authored
Closes Homebrew/homebrew#40506. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
Closes Homebrew/homebrew#40472. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Jack Nagel authored
This reverts commit ab8fe812377bc60cc18fe8d7c1ea8ce2f0269294.
-
Jack Nagel authored
- Jun 08, 2015
- Jun 07, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#40378. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
Thanks @sjackman's advice
-
Xu Cheng authored
This reverts commit 02fba8ce25f1e34c981cb30197e2b4711f88b266.
-
Xu Cheng authored
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>
-
Xu Cheng authored
Closes Homebrew/homebrew#40451. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
- Jun 06, 2015
-
-
Baptiste Fontaine authored
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>
-
Peter Aronoff authored
`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>
-