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 .
- Mar 23, 2011
-
-
Simon COURTOIS authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 22, 2011
-
-
Jonas Pfenniger authored
When running `brew up`, if a mentioned formulae is also installed, it will get a wildcard start at the end. It makes it easier to see if any installed formulae is impacted. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jonas Pfenniger authored
cols is calculated in the function body Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
This removes the single use of 'brew audit --warn' and changes it to --strict as well.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
xcodebuild should be passed an explicit SYMROOT, since the user can override this. Also added --strict, so certain audits can be ignored in most cases (including this one.)
-
Adam Vandenberg authored
-
Adam Vandenberg authored
If an install fails, the ENV dump at the end of the output is more useful, as it reflects any ENV changes done in def install.
-
- Mar 21, 2011
-
-
eregon authored
* may be a problem if the constant is scoped (like A::B), but this is not the case (const.split('::').inject(Object) { |c, part| c.const_get part } would solve that) * this was noticed in a comment of 9afc85ad but it has disappeared Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Yasuharu NAKANO authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 20, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Using popen here breaks brew install -v due to the way the error pipe is passed around during install.
-
- Mar 19, 2011
-
-
Adam Vandenberg authored
Moved snow_leopard_64? to compatibility and replaced it with a function MacOS.prefer_64_bit?. This method is in a better place and has a better name once Lion comes out. Fixes Homebrew/homebrew#4710
-
- Mar 18, 2011
-
-
Camillo Lugaresi authored
Closes Homebrew/homebrew#4693. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
- Mar 17, 2011
-
-
Adam Vandenberg authored
-
- Mar 16, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
System duplicates can now provide more information about why they are included in Homebrew.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Fixes Homebrew/homebrew#4683
-
- Mar 15, 2011
-
-
Adam Vandenberg authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Joshua Peek authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 14, 2011
-
-
Adam Vandenberg authored
-
Max Howell authored
If version cannot be determined, then instruct the user to add one.
-
- Mar 13, 2011
-
-
Max Howell authored
-
Max Howell authored
Because we should always be able to help. And I've checked, it works fine.
-
Max Howell authored
Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here. Also separated out the help into its own command for consistency.
-
Max Howell authored
-
Max Howell authored
Because since 0.8 we do the opposite, ie. download by default.
-
Adam Vandenberg authored
-