| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-13 | Use less lengthy path to llvm binaries | Max Howell | |
| 2010-01-13 | Ensure we delete temp files | Max Howell | |
| It's easy to code complete with Ruby, so lets. I love Ruby. | |||
| 2010-01-13 | Escape any spaces in path during strip step | Max Howell | |
| Not using path.basename for mktemp due to risk of bugs due to incorrect escaping. But mainly, mktemp gives a unique name and this operation is procedural. | |||
| 2010-01-13 | Use full paths to strip, mktemp, cat and ls | Max Howell | |
| 2010-01-13 | Fixes Homebrew/homebrew#433 | Adam Vandenberg | |
| 2010-01-13 | Formulary comments | Max Howell | |
| 2010-01-13 | LICENCE is a common spelling too | Max Howell | |
| 2010-01-13 | Add Makefile var and multi-replace support inreplace. | Adam Vandenberg | |
| 2010-01-13 | Escape spaces for archs_for_command | Max Howell | |
| Use inject for concision. Rename to archs from arch as it returns an array. | |||
| 2010-01-11 | Detect X11 when ENV.x11 is requested; dump in --config. | Adam Vandenberg | |
| 2010-01-06 | Check GitHub for issues relating to build failures | Max Howell | |
| Uses the GitHub issue search API, so it's very neat and concise. However you can get false positives, so it's not 100% useful. Still I think it is more useful than before, which was, nothing. A further issue is it depends on the ticket at GitHub using the formula's proper name. So we should ensure this as we can. Finally, it does add a possibly large delay to clean exit after a build error. We may want to fiddle with timeouts if it becomes troublesome. | |||
| 2010-01-06 | Use full path to du | Max Howell | |
| Fixes Homebrew/homebrew#354 | |||
| 2009-12-31 | Add support for compress compressed tarballs (.tar.Z) | Alexis Hildebrandt | |
| Fixes Homebrew/homebrew#295 | |||
| 2009-12-30 | Xcode is still installed, even if it's as old as 3.0 | Max Howell | |
| Instead tell them to upgrade. Problem was Xcode 3.0 didn't come with GCC 4.2. | |||
| 2009-12-30 | If Xcode isn't installed, raise | Max Howell | |
| We were raising but in a completely misleading and unintended fashion. | |||
| 2009-12-30 | Pathname.md5 method | Max Howell | |
| 2009-12-22 | brew: add 'cat' command | Alexander Solovyov | |
| 2009-12-22 | Install README.md too if found | Max Howell | |
| There's a whole bunch of other versions of README and that, and we did need to handle them. Just not today. | |||
| 2009-12-21 | If the download is a .jar, don't unzip it | Max Howell | |
| Also remove special casing for two existing jar formula. | |||
| 2009-12-20 | Add unittest for issue Homebrew/homebrew#127 | Adam Vandenberg | |
| 2009-12-20 | If there is no output, don't find longest length. | Adam Vandenberg | |
| 2009-12-19 | Remove unused method expand_deps. | Adam Vandenberg | |
| 2009-12-19 | Just try requiring, instead of looking for the name first. | Adam Vandenberg | |
| 2009-12-19 | Fix Formula path. | Adam Vandenberg | |
| Linking "Library" under prefix is optional, but Library will always exist relative to the REPOSITORY folder, so use that instead of prefix for formula paths. | |||
| 2009-12-19 | Be verbose with git clones | Max Howell | |
| It has useful progress information and is about 5 lines of text. | |||
| 2009-12-19 | Revert "Mercurial - use post-fix if" | Max Howell | |
| This reverts commit 6a8b3cc71feccbf73225bc7dc8c5e6972de9953d. This was a bad merge on my part. Fixes Homebrew/homebrew#221. Fixes Homebrew/homebrew#220. | |||
| 2009-12-18 | Ignore .DS_Store, everywhere | Theo | |
| 2009-12-17 | Making column amount and width dynamic, adjusting to console size. | Kieran Pilkington | |
| 2009-12-17 | Allow https on more download strategies. | Adam Vandenberg | |
| 2009-12-17 | Also match -source tarballs. | Adam Vandenberg | |
| 2009-12-17 | Don't resolve conflcts for pre-existing symlinks in HOMEBREW_PREFIX | Max Howell | |
| Eg /usr/local/lib/juice/foo points somewhere else where the user has modules that he wants juice to use. Basically don't error out for stuff that isn't ours. | |||
| 2009-12-17 | Mercurial - use post-fix if | Adam Vandenberg | |
| 2009-12-17 | Update VCS caches when installing | Max Howell | |
| I held off on this as I wasn't sure it made sense. Eg. if you install you'd expect it to install the same version as before? But with HEAD formula you always want the newest, that's the point. Otherwise it should be tagged/revisioned. | |||
| 2009-12-17 | Removed cloning a specific revision from the mercurial download strategy. | Ben Cochran | |
| When cloning a mercurial repository from a tagged revision, that tag definition isn't actually included. This causes `hg archive -r tag_name` to fail. Instead, just clone the repository's head and the `hg archive -r revision` will handle getting the correct revision to for the build | |||
| 2009-12-17 | Be more quiet about checkouts unless ARGV.verbose? | Max Howell | |
| Fixes Homebrew/homebrew#204 | |||
| 2009-12-17 | Fix `brew info`: wrong number of arguments when calling github_info | Pierre Riteau | |
| Fixes Homebrew/homebrew#200. Fixes Homebrew/homebrew#202. Fixes Homebrew/homebrew#203. | |||
| 2009-12-12 | Fix brew info | Max Howell | |
| Removed DEFAULT_USER, etc. constants, as code is clearer with actual values IMO, in this case. | |||
| 2009-12-12 | Update comment (and spacing) in download_strategy. | Adam Vandenberg | |
| 2009-12-12 | Removing deprecated class slated for removal in 0.5 | Adam Vandenberg | |
| 2009-12-12 | Add no-unzip download strategy; extracted from Jython/sbt. | Adam Vandenberg | |
| 2009-12-12 | Another git command. | Adam Vandenberg | |
| 2009-12-12 | --github improvements | Adam Vandenberg | |
| * Only invoke git if --github was passed; speeds up brew info --all * Use current branch for --github instead of master. | |||
| 2009-12-12 | Some small style reformats | Adam Vandenberg | |
| 2009-12-12 | Mercurial - recognize Google Code repos and support revisions. | Adam Vandenberg | |
| 2009-12-12 | Fix selflink script. | Adam Vandenberg | |
| 2009-12-12 | Better error message if exec fails | Max Howell | |
| 2009-12-12 | Use our Bazaar formula for now | Max Howell | |
| Bzr on PyPi is problematic for now. | |||
| 2009-12-12 | Ever more README tweaks | Max Howell | |
| 2009-12-12 | Unlink before uninstalling | Max Howell | |
| Nice bug there where we never removed any symlinks, because the unlink step requires the keg to be full of files to determine what symlinks to remove. | |||
| 2009-12-07 | Brew update will git init if required | Max Howell | |
| This is necessary for those who installed Homebrew using the suggested tarball method. Too late for them though. | |||
