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. May 14, 2012
  2. May 11, 2012
    • Misty De Meo's avatar
      doctor: report if a path element is invalid · 71d34a86
      Misty De Meo authored
      Under certain circumstances, an invalid path element would cause
      File.expand_path to bail out. Catch mistakes and report them, then
      continue instead.
      
      Fixes Homebrew/homebrew#12154
      71d34a86
  3. May 10, 2012
  4. May 08, 2012
  5. May 06, 2012
  6. May 04, 2012
  7. May 03, 2012
  8. May 02, 2012
    • Jack Nagel's avatar
      GitDownloadStrategy optimization · b8715f6d
      Jack Nagel authored
      
      The current series of fetch invocations in GitDownloadStrategy has the
      unfortunate behavior of fetching full history even in shallow clones
      that only need the history between the clone point and the remote HEAD.
      It should be possible to determine if it is actually necessary to fetch
      the full history, including all tags, and if it is not to avoid this
      overhead.
      
      Fixes Homebrew/homebrew#11958, and several other recurring problems.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      b8715f6d
    • Jack Nagel's avatar
      Don't set GIT_DIR when staging git clones · b1d490cb
      Jack Nagel authored
      
      GIT_DIR is convenient, but it does not work when both a formula and
      subformula try to stage a git checkout, as git will use the main
      formula's repository when staging the subformula.
      
      Stop setting it, and restore the kludge to the git-multipush formula.
      
      Fixes Homebrew/homebrew#10893.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      b1d490cb
  9. May 01, 2012
  10. Apr 30, 2012
  11. Apr 29, 2012
  12. Apr 27, 2012
    • Jack Nagel's avatar
      CurlDownloadStrategy: fix .rar detection · cd4428bc
      Jack Nagel authored
      
      We now read six bytes instead of four in order to detect xz compression;
      this broke rar detection which used a string literal instead of a regexp
      for comparison.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      cd4428bc
    • Jack Nagel's avatar
      mkpath all directories under lib/python* · 07e24dda
      Jack Nagel authored
      
      The python formula explicity creates lib/python2.7/site-packages.
      However, that path may already exist as a symlink if something that
      installs python bindings is installed before python itself. The result
      is that some random keg will end up hosting the site-packages directory
      instead of the top-level directory.
      
      Fix this by explicitly creating directories under lib/python* during
      linking.
      
      Fixes Homebrew/homebrew#11882.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      07e24dda
  13. Apr 24, 2012
Loading