Skip to content
Snippets Groups Projects
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 .
  1. Nov 14, 2011
    • Charlie Sharpsteen's avatar
      metadata: Record installation options · 028104b8
      Charlie Sharpsteen authored
      Adds a new class called `Tab` that acts as a recipt for install options. A
      `Tab` can be serialized to a JSON file for future reference.
      028104b8
    • Charlie Sharpsteen's avatar
      Vendor Library: multi-json 1.0.3 · 1d1cd374
      Charlie Sharpsteen authored
      Multi-JSON is a library that provides encode/decode support for casting Ruby
      objects to JSON strings and back again. This version of the library has been
      tested against ruby versions 1.8.6 and later.
      
      Having a JSON encoder/decoder in the toolbox helps now that the GitHub API only
      returns results in JSON format.
      1d1cd374
    • Charlie Sharpsteen's avatar
      formula_installer.rb: Pre-process ARGV before fork · cb681fff
      Charlie Sharpsteen authored
      `ARVG` is now filtered before the formula installer forks a new process. This
      allows a chance to do things like strip out `--HEAD` flags for formulae that
      weren't explicitly passed as arguments but came in as dependencies.
      
      Fixes Homebrew/homebrew#7724.
      cb681fff
  2. Nov 11, 2011
  3. Nov 08, 2011
  4. Nov 03, 2011
  5. Oct 28, 2011
  6. Oct 25, 2011
  7. Oct 23, 2011
  8. Oct 22, 2011
  9. Oct 19, 2011
  10. Oct 15, 2011
  11. Oct 12, 2011
  12. Oct 11, 2011
  13. Oct 10, 2011
  14. Oct 09, 2011
  15. Oct 06, 2011
    • Jack Nagel's avatar
      cleaner: correctly obey HOMEBREW_KEEP_INFO · 74207f71
      Jack Nagel authored
      
      The advertised default is that anything in share/info is removed unless
      the user sets HOMEBREW_KEEP_INFO, but we've actually been installing the
      files *unless* the variable is set. To illustrate:
      
        $ unset HOMEBREW_KEEP_INFO
        $ brew install -v wdiff
        [...]
        ln /usr/local/share/locale/af/LC_MESSAGES/wdiff-gnulib.mo
        ln /usr/local/share/info/wdiff.info
        ln /usr/local/share/info/dir
        ==> Summary
        [...]
        $ HOMEBREW_KEEP_INFO=1 brew install -v wdiff
        ln /usr/local/share/locale/af/LC_MESSAGES/wdiff-gnulib.mo
        ==> Summary
        [...]
      
      Obviously not what we wanted.
      
      Closes Homebrew/homebrew#7989.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      74207f71
  16. Oct 05, 2011
  17. Oct 04, 2011
  18. Oct 03, 2011
Loading