| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-30 | Reformat keg-only message | Adam Vandenberg | |
| 2010-10-30 | fix warnings: ambiguous splat | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | fix warnings: splat is redundant for puts | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | fix warnings: ambiguous first arg | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | Allow installation from URLs | Adam Vandenberg | |
| This allows installation like: brew install http://example.com/something.rb Based on an original patch by [dwalters]. Fixes Homebrew/homebrew#160 | |||
| 2010-10-28 | Ignore .DS_Store files when listing keg contents | Michael Dippery | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-28 | Handle dashed tags at github. | arlolra | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-26 | Prefer HEAD version if its installed | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-26 | brew-doctor - alt. autoconf path | Adam Vandenberg | |
| 2010-10-21 | fix jruby external deps | Adam Vandenberg | |
| 2010-10-20 | brew-doctor - fix keg-only check | Adam Vandenberg | |
| 2010-10-20 | brew-doctor - tweak git message | Adam Vandenberg | |
| 2010-10-20 | brew-doctor - also check /usr/local/etc | Adam Vandenberg | |
| 2010-10-19 | typo in comment | Adam Vandenberg | |
| 2010-10-17 | extract undent test to test case | Michael Morgan | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-17 | Use classes instead of strings for exceptions | Adam Vandenberg | |
| 2010-10-17 | clean up wording in the macports/fink warning msg | Dougal Sutherland | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Additional tweaks by me. | |||
| 2010-10-16 | update - consistent quoting; use INIT_COMMAND | Adam Vandenberg | |
| 2010-10-12 | Allow :build dependencies. | Adam Vandenberg | |
| 2010-10-05 | Coerce ENV.append/prepend values to strings. | Adam Vandenberg | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-03 | add install check for top-level info | Adam Vandenberg | |
| 2010-10-03 | Added FossilDownloadStrategy (Fossil SCM support) | Tianyi Cui | |
| This will enable downloading source repository using fossil SCM. For example, formulae `fossil` and `mongrel2` can have HEAD version. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-02 | brew doctor - remove double negative | Adam Vandenberg | |
| 2010-10-01 | add Xcode version to brew --config | Adam Vandenberg | |
| 2010-09-29 | improve std_cmake_parameters comments | Adam Vandenberg | |
| 2010-09-29 | Move resolve_alias from ARGV to Formula | Adam Vandenberg | |
| Also, call this function from a few places where the code was duplicated. | |||
| 2010-09-29 | Add formula name to LLVM warning | Adam Vandenberg | |
| 2010-09-29 | refactor compiler messages | Adam Vandenberg | |
| 2010-09-29 | Don't allow unsupported dep types | Adam Vandenberg | |
| 2010-09-29 | brew-doctor - add access check to include | Adam Vandenberg | |
| 2010-09-27 | add libpcap to list | Adam Vandenberg | |
| 2010-09-26 | fix typo | Adam Vandenberg | |
| 2010-09-24 | Check git repos for validity before updating. | Adam Vandenberg | |
| If you `brew install erlang` and then control-C during the git clone, you can leave your cloned repo in an invalid state. This change does a "git status" on the clone if it exists, and nukes it if the status is invalid (forcing a clean clone.) | |||
| 2010-09-22 | Add another file check to check_for_macgpg2 | Adam Vandenberg | |
| 2010-09-21 | ImageMagick - use svn repo instead of tarballs | Adam Vandenberg | |
| The ImageMagick mirrors like to drop old tarballs, which means that our formula breaks whenever the version we're using disappears. So I've switched to using their SVN repo (and added a --HEAD build.) Caveat: Their SVN repo is only served over https, with a bad cert, so this brew know has a custom SVN download strategy that auto-accepts that cert. If this bothers you, get ImageMagick to fix their cert upstream (or let us know where a stable tarball mirror lives.) | |||
| 2010-09-19 | Let the `gzip` utility function accept multiple paths. | Martin Kühl | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-15 | test_updater: Make fixture internally consistent | Bo Borgerson | |
| The update_git_pull_output_with_formulae_changes fixture (which consists of mocked-up `git pull` output) listed a few files as both updated and deleted. This caused the test_update_homebrew_with_formulae_changes test to fail. My guess is that this fixture was mocked-up before formula deletion handling was introduced, and became broken when it was. This revision just makes this fixture internally consistent, and allows the associated test to pass. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-13 | Fetch new tags for git repos when cached. | Adam Vandenberg | |
| 2010-09-12 | Don't descend keg-root symlinks, just show where they point | Max Howell | |
| 2010-09-12 | Pathname./ because it looks a lot better than + | Max Howell | |
| 2010-09-08 | Document brew options | Adam Vandenberg | |
| 2010-09-07 | Bump Xcode recommendation to 3.2.3 | Adam Vandenberg | |
| 2010-09-07 | ENV.rb - style tweak | Adam Vandenberg | |
| 2010-09-07 | brew-doctor - fix llvm typo | Adam Vandenberg | |
| 2010-09-06 | Add ENV.ldflags and use. | Adam Vandenberg | |
| 2010-09-06 | Use 'realpath' | Adam Vandenberg | |
| 2010-09-06 | Improve :provided_by_osx rationale message | Will Robertson | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-04 | Update help options | David Höppner | |
| 2010-08-30 | Fix typo in update.rb | Ryan Pavlik | |
| Signed-off-by: David Höppner <0xffea@gmail.com> | |||
| 2010-08-29 | Blacklist vim, screen and libarchive | David Höppner | |
