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 .
- Sep 03, 2009
-
-
Max Howell authored
Otherwise next time it will assume the half-file is the whole file and fail the md5 check.
-
Max Howell authored
-
- Sep 02, 2009
-
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
We are more Markdown compliant, but it's still too verbose IMO.
-
Max Howell authored
I removed the rename and mv functions as when I wrote the tests I realised the function implied the pathname object would be updated to reflect the moved or renamed file. However that cannot be done. Also frankly I think writing it out in full makes clearer code.
-
Max Howell authored
Specifying -v/--verbose shows the build environment before the build MACOS_VERSION contains the floating point value of the OS X version A test for some floating point assumptions I make
-
- Sep 01, 2009
-
-
Max Howell authored
-
Eloy Duran authored
Saves building our own tool to do the same job!
-
Ben Alpert authored
Added Formula::etc() Added Pathname::write() convenience function which can write a string out to the file it points too, raising if it would have to overwrite.
-
Ben Alpert authored
The PWD environment variable is apparently not set for root. Signed Off By: Max Howell <max@methylblue.com> I removed the Dir.chdir line altogether as it was a hacky solution to an issue in Ruby that I encountered a lot during early development, ie. I'd brew rm while working directory was set to that keg.
-
Max Howell authored
-
Max Howell authored
Discussion: d60fc4ba86d45255b0093303c45f6b1c2196fda2
-
Max Howell authored
-
Max Howell authored
We don't install documentation to save space. It seems pointless in this modern age where the online docs are probably more up to date. However I do believe this should be an option, defaulting to "don't install".
-
Christian Mayer authored
-
Brett Porter authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
- Aug 31, 2009
-
-
Max Howell authored
I confirmed this change with all relevant contributors first.
-
Eloy Duran authored
-
- Aug 30, 2009
-
-
Max Howell authored
I used the imagemagick-installer script that made the rounds on Twitter lately as a basis. But a number of improvements, eg. lets not mess around with the OS X installation of cups.
-
Max Howell authored
Because formula don't get named unless the brew kit instantiates them accessory formula were getting named "__UNKNOWN__". Which sucks. This isn't ideal for me as I made the naming use @name and @version to ensure unique naming. Now it is possible to have name clashes in the cache. So I need to solve it better at some point.
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
Fixes Homebrew/homebrew#21
-
Max Howell authored
Closes Homebrew/homebrew#8
-
Max Howell authored
brew install without additional arguments that is.
-
- Aug 29, 2009
-
-
Adam Vandenberg authored
Add a note that 'exit 1' will abort the installation in --debug mode. Signed Off By: Max Howell <max@methylblue.com> I ammended the text slightly and made the lines all 78 chars wide maximum.
-
Adam Vandenberg authored
-
- Aug 24, 2009
-
-
Max Howell authored
-
Max Howell authored
Fix git download strategy
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
A formula can have just a @head url or the user can specify to install HEAD with --head. We support subversion and git checkouts. The version is set to HEAD for head builds. Next step is making brew update handle these installs correctly.
-
Adam Vandenberg authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-