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. Sep 20, 2011
    • Charlie Sharpsteen's avatar
      mirror support: Add test · 3ada4079
      Charlie Sharpsteen authored
      3ada4079
    • Charlie Sharpsteen's avatar
      mirror support: Add mirror method to Formula.rb · 9d19506e
      Charlie Sharpsteen authored
      Mirrors can now be declared using the `mirror` method which works similar to
      `depends_on` and takes the same arguments as `url`.
      
      The formula class now has a public `fetch` method that cycles through the
      mirror list if the downloader for the primary URL throws a `DownloadError`.
      Other brew commands, like brew-fetch, also benefit from mirror support by using
      this method.
      
      Closes Homebrew/homebrew#7574.
      9d19506e
    • Charlie Sharpsteen's avatar
      exceptions.rb: Add DownloadError · ff7c8865
      Charlie Sharpsteen authored
      `DownloadError` is an exception that download stratigies can throw to indicate
      that a fetch was incomplete due to a failure in communication.
      
      The `curl` method in `utils.rb` has been upgraded to throw a `DownloadError` if
      something bad happens to `curl` execution.
      ff7c8865
  2. Sep 19, 2011
  3. Sep 17, 2011
  4. Sep 16, 2011
    • Charlie Sharpsteen's avatar
      Return Formula objects from `outdated_brews` · 2492c656
      Charlie Sharpsteen authored
      Previously, `outdated_brews` returned a list of lists---each containing three
      components of a Formula object:
      
        - f.rack
        - f.name
        - f.version
      
      Frequently more information is required which necessitates back-casting from
      `name` to a Formula object---simpy returning formula objects removes this step.
      2492c656
    • Charlie Sharpsteen's avatar
      Centralize definition of `rack` in formula.rb · 94dba21f
      Charlie Sharpsteen authored
      `rack` is a commonly used alias for `formula.prefix.parent`---so common that it
      gets defined and used quite a bit. This patch makes `rack` an official method
      of the `Formula` class.
      94dba21f
  5. Sep 15, 2011
  6. Sep 14, 2011
  7. Sep 13, 2011
  8. Sep 12, 2011
  9. Sep 11, 2011
  10. Sep 10, 2011
    • Max Howell's avatar
      With xcodebuild don't set CC, CXX, etc. · bf3433bd
      Max Howell authored
      The compiler setting in the xcodeproj is overridden by the CC setting in the environment. This is a bit insane IMO since the xcodeproj itself has detailed decisions about what tools to use.
      
      Fixes Homebrew/homebrew#6406.
      bf3433bd
  11. Sep 09, 2011
  12. Sep 07, 2011
  13. Sep 06, 2011
  14. Sep 05, 2011
  15. Sep 04, 2011
  16. Sep 03, 2011
    • Jack Nagel's avatar
      tests: actually use bzip for test tarball · eb52b97a
      Jack Nagel authored
      
      I inadvertently gzipped it last night. That in itself doesn't cause any
      tests to fail because the download strategy code is robust, but it's
      fixed here anyway to be consistent. Basically, I'm dumb.
      
      I also took the opportunity to remove the other resource fork file, so
      the tarball is clean.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      eb52b97a
  17. Sep 02, 2011
Loading