| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-12 | Make mod_wsgi and mod_python arch code more similar. | Adam Vandenberg | |
| 2010-04-10 | Only respect :using specs when downloading HEAD. | Martin Kühl | |
| When a formula specifies both an `url` and a `head`, and the latter specified a `:using` spec, brew would try to fetch the `url` using the specified download strategy. With this change, brew respects `:using` specs only when determining the download strategy for `head`. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-04-09 | Support jruby external dependencies. | Adam Vandenberg | |
| * Add tests that run only if 'jruby' is installed. * Note that if your formula has :jruby deps, it should likely "depend_on 'jruby'" as well. | |||
| 2010-04-08 | Quote prefix for git submodules. Fixes Homebrew/homebrew#1009 | Adam Vandenberg | |
| 2010-04-08 | Test that Homebrew's bin is in the path. | Adam Vandenberg | |
| 2010-04-08 | Adds support for git submodules. Fixes Homebrew/homebrew#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-06 | Only check @specs for :using if @specs exists. Fixes Homebrew/homebrew#1127. | Adam Vandenberg | |
| 2010-04-06 | Allow :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-06 | Remove silly concatenation. | Adam Vandenberg | |
| 2010-04-06 | Change homepage. Fixes Homebrew/homebrew#105. | Adam Vandenberg | |
| 2010-04-06 | Move ENV tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Split out some Formula tests. | Adam Vandenberg | |
| 2010-04-06 | Switch test_bucket over to use testing_env. | Adam Vandenberg | |
| 2010-04-06 | Move Pathename property tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move ARGV tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move utils tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Tests for Pathname.install. | Adam Vandenberg | |
| 2010-04-06 | Merge Formula class name tests | Adam Vandenberg | |
| 2010-04-06 | Add external deps. tests. | Adam Vandenberg | |
| 2010-04-06 | Move TestBall definition to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move checksum tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move version tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move inreplace tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Tests - remove some unused includes | Adam Vandenberg | |
| 2010-04-06 | Move hardware detection tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move install tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move updater tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Add tests for patching. | Adam Vandenberg | |
| 2010-04-06 | Add new "testing environment" include. | Adam Vandenberg | |
| 2010-04-06 | Add shell script 'tests' to run ruby test suites. | Adam Vandenberg | |
| 2010-04-06 | Remove silly concatenation. | Adam Vandenberg | |
| 2010-04-06 | Add pkg-config check. | Adam Vandenberg | |
| 2010-04-06 | Add path check. | Adam Vandenberg | |
| 2010-04-06 | Check for root owned locale folders. | Adam Vandenberg | |
| 2010-04-06 | Use here-strings. | Adam Vandenberg | |
| 2010-04-06 | Prefix check. | Adam Vandenberg | |
| 2010-04-06 | Ruby version check. | Adam Vandenberg | |
| 2010-04-06 | Stubs for more checks. | Adam Vandenberg | |
| 2010-04-06 | Move gcc version check. | Adam Vandenberg | |
| 2010-04-06 | Check both gcc's | Adam Vandenberg | |
| 2010-04-06 | Move port/fink check. | Adam Vandenberg | |
| 2010-04-06 | Move X11 check. | Adam Vandenberg | |
| 2010-04-06 | Add doctor to bash completion. | Adam Vandenberg | |
| 2010-04-06 | Move dylib check. | Adam Vandenberg | |
| 2010-04-06 | Move brew doctor to its own source file; will get bigger. | Adam Vandenberg | |
| 2010-04-06 | `brew doctor` | Max Howell | |
| 2010-04-06 | Force readme files to not be executable. | Adam Vandenberg | |
| 2010-04-04 | Don't link_dir if the target doesn't exist. | Adam Vandenberg | |
| Fixes Homebrew/homebrew#1115 for Ruby 1.9, thanks to assaf. | |||
| 2010-04-04 | Add test script to extract version from URL/path. | Adam Vandenberg | |
| 2010-04-03 | Update dump_build_env | Adam Vandenberg | |
| * Reorder a flag * Don't show values if they are empty | |||
