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 06, 2013
-
-
Adam Vandenberg authored
-
Tijs Zwinkels - TinkerTank authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Aug 05, 2013
-
-
Misty De Meo authored
-
- Aug 04, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Adam Vandenberg authored
This will be handled by env/superenv, not Python.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Ches Martin authored
Since 9f2782812cbaf2, specifying a version breaks with: Error: undefined method `detected_from_url?' for "1.2.2":String Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Aug 03, 2013
-
-
Jack Nagel authored
I put this require inside the method body, because eager-loading net/https is slow compared to the rest of Homebrew, and utils.rb is loaded for each `brew` invocation. It's probably worth breaking up global.rb a bit, to reduce the amount of code we are loading unnecessarily, but hopefully also to make inter-file dependencies a bit more obvious. Fixes Homebrew/homebrew#21617.
-
- Aug 02, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#21573.
-
Adam Vandenberg authored
-
Misty De Meo authored
-
MerelyAPseudonym authored
Closes Homebrew/homebrew#21601. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Aug 01, 2013
-
-
Jack Nagel authored
-
- Jul 31, 2013
-
-
Samuel John authored
-
- Jul 30, 2013
-
-
Misty De Meo authored
-
- Jul 29, 2013
-
-
Mike McQuaid authored
`brew bottle` already complains and this is a niche case. References Homebrew/homebrew#21374.
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#21506. Closes Homebrew/homebrew#21508.
-
- Jul 28, 2013
-
-
Jack Nagel authored
The formula locks used by the installer and commands like link and unlink are backed by open files and flock(). The open file descriptors are thus leaked to any subprocesses. This can result in weird behavior in programs spawned from formula that do not expect to inherit these descriptors. Fix this by setting close-on-exec on the lock file descriptors. Fixes Homebrew/homebrew#21486.
-
- Jul 27, 2013
-
-
Misty De Meo authored
Since xcrun doesn't work on CLT-only systems. Querying HOMEBREW_PREFIX first before xcrun is much faster for that case.
-
Jack Nagel authored
-
- Jul 25, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#21417.
-
- Jul 24, 2013
-
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 23, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#21390.
-
Phil Smith authored
Closes Homebrew/homebrew#21385. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
eql? should not depend on the hash value as hash values of uneql objects can collide, but eql values may only collide for objects that are actually eql. Further, python dependencies are uniquely identified by the combination of the name and imports attributes, so there is no reason to involved the expensive binary computation for simple equality checks. Fixes Homebrew/homebrew#20840.
-