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. Jul 30, 2014
  2. Jul 29, 2014
  3. Jul 28, 2014
  4. Jul 27, 2014
  5. Jul 26, 2014
  6. Jul 25, 2014
  7. Jul 24, 2014
    • Mike McQuaid's avatar
      brew-test-bot: clear compiler version cache. · d2d2b3c8
      Mike McQuaid authored
      This fix means that brew-test-bot can bottle formulae that require GCC
      again.
      d2d2b3c8
    • Mike McQuaid's avatar
      OS::Mac: allow clearing compiler version cache. · 8cf69fac
      Mike McQuaid authored
      Without this it’s impossible for brew-test-bot to be able to verify if
      installing GCC has allowed it to fix a compiler selection failure.
      8cf69fac
    • Mike McQuaid's avatar
      brew.1: reference GCC 4.9. · f2f4183a
      Mike McQuaid authored
      f2f4183a
    • Adrian Petrescu's avatar
      storm 0.9.2 · 9a15f9e3
      Adrian Petrescu authored
      
      Closes Homebrew/homebrew#31025.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      9a15f9e3
    • Dabrien 'Dabe' Murphy's avatar
      Modify "git rev-parse --verify" args in "has_ref?" · 46ca68de
      Dabrien 'Dabe' Murphy authored
      
      Per the `git-rev-parse(1)` manpage:
      
        --verify Verify that exactly one parameter is provided, and that it
        can be turned into a raw 20-byte SHA-1 that can be used to access the
        object database. If so, emit it to the standard output; otherwise,
        error out.
      
        If you want to make sure that the output actually names an object in
        your object database and/or can be used as a specific type of object
        For example, git rev-parse "$VAR^{commit}" will make sure $VAR names
        an existing object that is a commit-ish (i.e. a commit, or an
        annotated tag that points at a commit).
      
      That actually means that:
      
        git rev-parse --verify af8e768e2bd3b4398bca033998f83b0eb8874914
      
      will _always_ return the SHA-1 hash — regardless of whether or not
      that's actually a valid reference!
      
      Thus, when `GitDownloadStragtegy#update_repo` tries to check
      `has_ref?`, it mistakenly succeeds, and doesn't actually do a `git fetch
      origin`.
      
      The fix is to use:
      
        git rev-parse --verify "af8e768e2bd3b4398bca033998f83b0eb8874914^{commit}"
      
      Fixes Homebrew/homebrew#31045.
      Closes Homebrew/homebrew#31054.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      46ca68de
    • Jack Nagel's avatar
      Stop exposing mirrors array · 9c5149b8
      Jack Nagel authored
      9c5149b8
  8. Jul 23, 2014
Loading