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. Feb 26, 2017
  2. Feb 08, 2017
  3. Jan 27, 2017
  4. Nov 21, 2016
  5. Oct 02, 2016
  6. Sep 24, 2016
  7. Sep 23, 2016
  8. Sep 17, 2016
  9. Sep 12, 2016
  10. Sep 09, 2016
  11. Sep 08, 2016
  12. Aug 14, 2016
  13. Aug 13, 2016
  14. Jul 16, 2016
    • Vlad Shablinsky's avatar
      Unify Version.create usage · 3fb5d70a
      Vlad Shablinsky authored
      Substitue each Version.new and HeadVersion.new with Version.create
      to unify Version and HeadVersion instantiation among core code.
      
      Note that this does not relate to Mac::OS::Version class.
      Unverified
      3fb5d70a
  15. Jul 13, 2016
  16. Jun 20, 2016
  17. Jun 03, 2016
    • Mike McQuaid's avatar
      cmd/pull: fix HTTP header usage. · 822b05c9
      Mike McQuaid authored
      822b05c9
    • Mike McQuaid's avatar
      Use `curl` for the GitHub API (#295) · 8e0e1642
      Mike McQuaid authored
      * Move GitHub API module to utils/github.rb.
      
      * Move curl method to utils/curl.rb.
      
      * global: use long curl arguments and an array.
      
      This makes the code more self-documenting.
      
      * utils/curl: support reading curl's output.
      
      * utils/github: use curl instead of open-uri.
      
      It has far better proxy support.
      
      * pull: set Homebrew user agent.
      
      * gist-logs: remove trailing whitespace.
      
      * gist-logs: use first instead of [0].
      
      Easier to read.
      
      * gist-logs: use curl-based GitHub.open method.
      8e0e1642
  18. May 29, 2016
  19. May 28, 2016
  20. May 12, 2016
    • Andrew Janke's avatar
      2044294a
    • Dominyk Tiller's avatar
      pull: insert questionable syntax hack · 745a1312
      Dominyk Tiller authored
      I'm not completely sure this is "sane" logic but I'm leery of just reverting
      Andrew's work this morning and making him rebuild that PR from scratch for one
      syntax issue.
      
      Sadly, because we run:
      ```
      brew readall --aliases --syntax
      ```
      On every CI job, and that flags this line previously as:
      ```
      pull.rb:555: warning: possibly useless use of a variable in void context
      ```
      
      Every single PR has "failed" since it was merged, and it's reached the point
      of being a bit annoying, so let's try this.
      745a1312
    • Andrew Janke's avatar
      cmd/pull: add retry to curl bottle download (#232) · b5a44161
      Andrew Janke authored
      Works around issue with GET and HEAD apparently acting differently, and
      bottle downloads failing even after successful polling completion.
      b5a44161
  21. May 10, 2016
  22. May 09, 2016
  23. May 08, 2016
  24. May 04, 2016
  25. May 03, 2016
  26. Apr 03, 2016
  27. Apr 02, 2016
Loading