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. Aug 20, 2015
  2. Aug 18, 2015
  3. Aug 17, 2015
  4. Aug 16, 2015
    • Mike McQuaid's avatar
      cleanup: tweak prune code. · 76316a82
      Mike McQuaid authored
      76316a82
    • Martin Afanasjew's avatar
      cleanup: make --force less aggressive · e85e57b2
      Martin Afanasjew authored
      
      Change behavior for `brew cleanup` as follows:
      
      - If `--force` is supplied, remove only outdated keg-only packages.
      - If `--prune=<days>` is supplied, remove both logs and cached downloads
        older than the specified number of days. Use `--prune=all` to remove
        all logs and cached downloads irrespective of age.
      - By default, remove logs after 14 days and cached downloads never.
      
      Also centralizes handling of `--prune`, thus removing duplicate logic.
      
      This is motivated by commit 17eee232838d4639b25f863aa342b1dda61b81bc
      that made `--force` much more aggressive and made it override whatever
      was specified via `--prune`, completely removing all:
      
      - outdated keg-only packages
      - cached downloads irrespective of age
      - logs irrespective of age
      
      This made it impossible to remove outdated keg-only packages without
      also deleting all cached downloads, which is at least inconvenient for
      people with limited bandwidth wanting to rebuild packages later.
      
      Closes Homebrew/homebrew#42970.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      e85e57b2
    • Baptiste Fontaine's avatar
      which: tests added · ccb613df
      Baptiste Fontaine authored
      
      Closes Homebrew/homebrew#42954.
      
      Signed-off-by: default avatarBaptiste Fontaine <batifon@yahoo.fr>
      ccb613df
    • Baptiste Fontaine's avatar
      c631fc30
    • Tim D. Smith's avatar
      Revert "work around missing __debug header in Xcode CLT 6.3" · 6606c7b5
      Tim D. Smith authored
      Ding, dong, the witch is dead...
      
      This reverts commit fd5ca9ba16f5afc181364369210cb94e997a5a5e.
      
      Ref Homebrew/homebrew#38514, Homebrew/homebrew#38735.
      
      Closes Homebrew/homebrew#41843.
      6606c7b5
    • Tim D. Smith's avatar
      Don't try to link symlinks over their targets · 88e8e6cf
      Tim D. Smith authored
      If we have lib/python3.4/site-packages, which is a symlink to
      HOMEBREW_PREFIX/lib/python3.4/site-packages, link will be confused. This
      only appears after unlinking and relinking because this symlink is
      created in post_install, which runs after the first link.
      
      Fixes Homebrew/linuxbrew#502.
      
      Closes Homebrew/homebrew#42891.
      88e8e6cf
    • Tim D. Smith's avatar
      let tests pass on Xcode-only systems · f5642cb1
      Tim D. Smith authored
      Closes Homebrew/homebrew#42976.
      f5642cb1
  5. Aug 15, 2015
  6. Aug 14, 2015
Loading