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 19, 2016
    • Martin Afanasjew's avatar
      tests: strip Homebrew prefix from coverage report · c6983aad
      Martin Afanasjew authored
      Make `Library/Homebrew` the new root now that *all* implementation files
      are in this directory. Update filters/groups accordingly.
      
      Note that paths in filters/groups are not anchored at the root and are
      always matched against the full path. Our rules are effectively anchored
      because they always include the `/Homebrew/` path component.
      c6983aad
    • ilovezfs's avatar
      inreplace: support for audit arg in non-block form · 45bfd2b9
      ilovezfs authored
      
      Provides feature parity between the block and non-block forms of
      inreplace by creating a four-argument version of the non-block form,
      where the fourth argument is an optional Boolean value, defaulting to
      true, which specifies whether a failed inreplace should cause an
      InreplaceError error to be raised. The fourth argument is passed along
      to StringInreplaceExtension#gsub!, which already supports an optional
      audit_result argument.
      
      This resolves the Catch-22 that single replacements aren't permissible
      in the block form (in that they now cause `brew audit` to complain), but
      the audit_result argument is not available in the non-block form.
      
      Closes #552.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      45bfd2b9
  2. Jul 18, 2016
  3. Jul 17, 2016
  4. Jul 16, 2016
  5. Jul 15, 2016
    • Xu Cheng's avatar
      respect user's curlrc file (#516) · de366f71
      Xu Cheng authored
      Users may have ~/.curlrc file to include options like proxies.
      However, since we overwrite HOME environment variable during the build
      and test, curl won't be able to find it.
      
      This commit solves this issue by using CURL_HOME environment variable,
      which will be pointed to the original HOME path.
      
      From `curl(1)`:
      > 1) curl tries to find the "home dir": It first  checks  for  the
           CURL_HOME and then the HOME environment variables. Failing that,
           it uses getpwuid() on Unix-like systems (which returns the  home
           dir  given the current user in your system). On Windows, it then
           checks for the APPDATA variable, or as a last resort the '%USER-
           PROFILE%\Application Data'.
      de366f71
    • Mike McQuaid's avatar
      test-bot: remove Jenkins Git debugging. · 2b078be1
      Mike McQuaid authored
      2b078be1
    • Mike McQuaid's avatar
      test-bot: more reset/cleanup tweaks. · 32603976
      Mike McQuaid authored
      32603976
    • Mike McQuaid's avatar
      d34b93fa
Loading