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. Jan 18, 2013
    • Simon Sigurdhsson's avatar
      Doctor check for origin · 8000fb80
      Simon Sigurdhsson authored
      
      Added checks on doctor.rb for:
      
      * Missing git origin
      * git origin not pointing at mxcl/homebrew
      
      Tests use `git config --get remote.origin.url`.
      Also added printout of origin to --config.rb.
      
      Fixes Homebrew/homebrew#14399.
      Closes Homebrew/homebrew#17117.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      8000fb80
  2. Jan 16, 2013
  3. Jan 15, 2013
  4. Jan 14, 2013
    • Chad Catlett's avatar
      Fix uses cmd · 2a4a3c3a
      Chad Catlett authored
      
      Fixes Homebrew/homebrew#17074.
      Closes Homebrew/homebrew#17075.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      2a4a3c3a
    • Jack Nagel's avatar
      Split up dependency test coverage · fe4f39dc
      Jack Nagel authored
      The DependencyCollector tests are really integration tests, while the
      rest are closer to real unit tests. Split them up so that the tests can
      be run in isolation on a per-class basis.
      fe4f39dc
    • Jack Nagel's avatar
      Remove <=> from Dependency interface · e629f14d
      Jack Nagel authored
      It is important that dep equality corresponds to the name attribute, but
      we may want to use the Comparable interface to sort them by installation
      order in the future. Code that needs to sort them alphabetically should
      just use sort_by.
      e629f14d
    • Xiyue Deng's avatar
      Add tex requirement · 2d445d54
      Xiyue Deng authored
      
      * Detect `latex' and `bibtex' commands.
      * Recommend installing MacTeX when no LaTeX installation is found.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      2d445d54
    • Jack Nagel's avatar
      Only mark install as attempted if it was actually attempted · 8f88850c
      Jack Nagel authored
      Commit 30a08f5cc707 ("Don't attempt installation multiple times") was
      correct in raising FormulaInstallationAlreadyAttemptedError early enough
      to prevent the other exceptions in #check_install_sanity from being
      raised, but it should not have moved the point at which formulae are
      added to the attempted set. Doing so prevents the installer from being
      instantiated multiple times on the same formula, even if installation
      was never attempted.
      
      Put it back where it belongs.
      8f88850c
  5. Jan 13, 2013
  6. Jan 11, 2013
    • Samuel John's avatar
      Give a fresh :beer: after hard work of brew install · bc3c07d1
      Samuel John authored
      - Name of the brewed formula in "Summary" heading.
      - At the beginning of the summary line a :beer:
      
        is given out
        (but only on Lion or above). This acts as a nice
        visual marker for the end of a brew-ing process.
      - When brewing a dependency, the name is highlighted in green.
      - `oh1` is bold, too (like ohai).
      
      Closes Homebrew/homebrew#16020.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      bc3c07d1
    • Jack Nagel's avatar
      Don't attempt installation multiple times · 5c799ef8
      Jack Nagel authored
      When a dependency of a formula specified on the command-line is also
      specified, *after* the dependent formula, installation proceeds as part
      of the dependent's dependency tree and then is attempted again because
      the user asked for it explicitly. This results in the installer raising
      a CannotInstallFormulaError because it has already been installed.
      
      For example:
      
        $ brew install graphviz pkg-config
        ==> Installing graphviz dependency: pkg-config
        ...
        ==> Installing graphviz
        ...
        Error: pkg-config-0.27.1 already installed
      
      We already have a mechanism for dealing with this, but it does not kick
      in early enough. Move the installation attempt check into
      FormulaInstaller#check_install_sanity and catch the exception in the
      appropriate places.
      
      Fixes Homebrew/homebrew#16957.
      5c799ef8
    • Samuel John's avatar
      Make MPIRequirement satisfied on Xcode-only Macs · 4291bc29
      Samuel John authored
      
      Closes Homebrew/homebrew#16409.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      4291bc29
    • Jack Nagel's avatar
      Restore ARGV even if an exception is raised · 951620f1
      Jack Nagel authored
      951620f1
  7. Jan 10, 2013
  8. Jan 09, 2013
  9. Jan 08, 2013
  10. Jan 07, 2013
  11. Jan 05, 2013
Loading