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. Dec 30, 2016
  2. Dec 29, 2016
  3. Dec 28, 2016
  4. Dec 27, 2016
  5. Dec 26, 2016
  6. Dec 24, 2016
  7. Dec 23, 2016
  8. Dec 22, 2016
    • Zhiming Wang's avatar
      bump-formula-pr: fix removal of old mirrors · 3ebd7df6
      Zhiming Wang authored
      Previously, old mirrors are only removed if the requested spec is
      stable, and if the mirror lines only have two leading spaces. This leads
      to stale mirror line(s) when the formula a stable block like
      
          stable do
            url "http://example.com/v1.0.tar.gz"
            mirror "http://example.net/v1.0.tar.gz"
          end
      
      where the mirror line is lead by four spaces.
      
      In this commit, we discard the /(^ mirror .*\n)?/ pattern, and instead
      create a pattern with the exact url and flexible leading spaces for each
      mirror of the requested spec.
      3ebd7df6
  9. Dec 20, 2016
Loading