aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2010-04-08Quote prefix for git submodules. Fixes #1009Adam Vandenberg
2010-04-08Test that Homebrew's bin is in the path.Adam Vandenberg
2010-04-08Adds support for git submodules. Fixes #1009.Chris Thachuk
If submodules exists for a git repo then checkout their index as well into the appropriate path. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-06Only check @specs for :using if @specs exists. Fixes #1127.Adam Vandenberg
2010-04-06Allow :using on head to specify a download strategy.Adam Vandenberg
A 'head' in a formula can now specify which download strategy to use via a ':using' specification: head 'http://svn.macosforge.org/repository/darwinbuild/trunk/', :using => :svn This reduces the number of cases where "download_strategy" needs to be overriden.
2010-04-06Remove silly concatenation.Adam Vandenberg
2010-04-06Change homepage. Fixes #105.Adam Vandenberg
2010-04-06Move ENV tests to separate file.Adam Vandenberg
2010-04-06Split out some Formula tests.Adam Vandenberg
2010-04-06Switch test_bucket over to use testing_env.Adam Vandenberg
2010-04-06Move Pathename property tests to separate file.Adam Vandenberg
2010-04-06Move ARGV tests to separate file.Adam Vandenberg
2010-04-06Move utils tests to separate file.Adam Vandenberg
2010-04-06Tests for Pathname.install.Adam Vandenberg
2010-04-06Merge Formula class name testsAdam Vandenberg
2010-04-06Add external deps. tests.Adam Vandenberg
2010-04-06Move TestBall definition to separate file.Adam Vandenberg
2010-04-06Move checksum tests to separate file.Adam Vandenberg
2010-04-06Move version tests to separate file.Adam Vandenberg
2010-04-06Move inreplace tests to separate file.Adam Vandenberg
2010-04-06Tests - remove some unused includesAdam Vandenberg
2010-04-06Move hardware detection tests to separate file.Adam Vandenberg
2010-04-06Move install tests to separate file.Adam Vandenberg
2010-04-06Move updater tests to separate file.Adam Vandenberg
2010-04-06Add tests for patching.Adam Vandenberg
2010-04-06Add new "testing environment" include.Adam Vandenberg
2010-04-06Add shell script 'tests' to run ruby test suites.Adam Vandenberg
2010-04-06Remove silly concatenation.Adam Vandenberg
2010-04-06Add pkg-config check.Adam Vandenberg
2010-04-06Add path check.Adam Vandenberg
2010-04-06Check for root owned locale folders.Adam Vandenberg
2010-04-06Use here-strings.Adam Vandenberg
2010-04-06Prefix check.Adam Vandenberg
2010-04-06Ruby version check.Adam Vandenberg
2010-04-06Stubs for more checks.Adam Vandenberg
2010-04-06Move gcc version check.Adam Vandenberg
2010-04-06Check both gcc'sAdam Vandenberg
2010-04-06Move port/fink check.Adam Vandenberg
2010-04-06Move X11 check.Adam Vandenberg
2010-04-06Move dylib check.Adam Vandenberg
2010-04-06Move brew doctor to its own source file; will get bigger.Adam Vandenberg
2010-04-06`brew doctor`Max Howell
2010-04-06Force readme files to not be executable.Adam Vandenberg
2010-04-04Don't link_dir if the target doesn't exist.Adam Vandenberg
Fixes #1115 for Ruby 1.9, thanks to assaf.
2010-04-04Add test script to extract version from URL/path.Adam Vandenberg
2010-04-03Add s.get_make_varAdam Vandenberg
This allows more complicated transformations to happen, such as stripping out part of the variable.
2010-04-03Allow archs_for_command to take Pathnames. Fixes #1106.Adam Vandenberg
2010-03-31Add support for rar archives.Adam Vandenberg
2010-03-30More hashing refactoring to work with byte chunksJake Good
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-27fix github version parser with multidigit numberJoshua Peek
Signed-off-by: Adam Vandenberg <flangy@gmail.com>