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
-
Adam Vandenberg authored
-
Ches Martin authored
The implementation requires that the URL is the first argument. Closes Homebrew/homebrew#21597. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
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
-
Misty De Meo authored
Fixes Homebrew/homebrew#21527.
-
- 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
-
-
Mike McQuaid authored
-
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
-