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 .
- Aug 03, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Aug 02, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Aug 01, 2014
-
-
Mike McQuaid authored
If formulae names are passed as arguments check if just they are outdated. Additionally, return a failed code if they are outdated. This will hopefully be able to stop people complaining about the outdated error code as they can now just run e.g.: `brew outdated git && brew upgrade git` Closes Homebrew/homebrew#31242. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 31, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
This code is supposed to allow depends_on "foo" => "with-bar" to work when foo has only a "without-bar" option. The options system was not designed to support this. Unfortunately, it was bolted on anyway. The implementation is extremely difficult to understand, and it only works for certain types of options, which is confusing from a user's point of view. Luckily, no formulae in core or the official taps rely on the behavior in order to function. It is hindering progress in improving this code, so I am removing it.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Since the Tab is written in the build process, the formula's build object will have the correct args attached to it already, so we don't need to reconstruct it.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#31051.
-
- Jul 30, 2014
-
-
Jack Nagel authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#30668
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
- remove support for IO objects, since we no longer access ::DATA directly - since we don't need to support IO objects, use a separate class for string patches and stop wrapping strings in StringIO ojects
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 29, 2014
-
-
Adam Vandenberg authored
-
Mike McQuaid authored
If both a formula and its dependencies are changed in a single pull request it'll fail because the bottle block may no longer be correct. Handle this case by ignoring bottle pour failures and fetching the source packages instead of bottles.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
images
-
- Jul 28, 2014
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#31120
-
Adam Vandenberg authored
-