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. May 27, 2017
    • Mike McQuaid's avatar
      Improve some `brew install` messaging. · ef59a751
      Mike McQuaid authored
      Improve the messaging around `brew install` when there's a possible user
      action such as an `upgrade` or `link` and don't tell people to
      `install --force` when it's unnecessary.
      
      While I did this, tweak the output and function usage in a couple of
      related places.
      
      Some example output before this change:
      ```
      Warning: openssl is a keg-only and another version is linked to opt.
      Use `brew install --force` if you want to install this version
      Warning: mysql@5.6 is a keg-only and another version is linked to opt.
      Use `brew install --force` if you want to install this version
      Warning: analog-6.0_1 already installed
      Warning: bash-completion@2-2.5 already installed, it's just not linked.
      ```
      
      Some example output after this change:
      ```
      Error: openssl 1.0.2k is already installed
      To upgrade to 1.0.2l, run `brew upgrade openssl`
      Warning: mysql@5.6 5.6.36_1 is already installed
      Warning: analog 6.0_1 is already installed
      Warning: bash-completion@2 2.5 is already installed, it's just not linked.
      You can use `brew link bash-completion@2` to link this version.
      ```
      ef59a751
  2. Apr 18, 2017
  3. Apr 17, 2017
  4. Apr 16, 2017
  5. Apr 03, 2017
  6. Apr 02, 2017
  7. Mar 31, 2017
  8. Mar 23, 2017
  9. Mar 21, 2017
  10. Mar 06, 2017
  11. Jan 18, 2017
  12. Jan 15, 2017
  13. Jan 03, 2017
    • Mike McQuaid's avatar
      bottles: --force-bottle feigns or_later. · 79f9896d
      Mike McQuaid authored
      When reproducing issues with software that hasn’t been bottled yet on
      your version of macOS it can sometimes be helpful to use `or_later`
      bottle functionality i.e. just use the bottle for the latest version of
      macOS available. This maps well to the existing `--force-bottle`
      argument so it will now act as if the latest bottle has a `or_later`
      ending.
      79f9896d
  14. Dec 03, 2016
    • Uladzislau Shablinski's avatar
      cmd/install: allow to install any spec · 73a1daa6
      Uladzislau Shablinski authored
      * installing HEAD keg_only should be possible only if:
        1.
          - Old version installed differs from new one and optlinked
          - `--force` flag is passed
          - HEAD is seriously outdated or outdated with `--fetch-HEAD`
        or 2.
          - Old version installed differs from new one and not optlinked
        or 3.
          - This formula is not installed
      
      * installing keg_only should be possible only if:
        1.
          - Old version installed differs from new one and optlinked
          - `--force` flag is passed
        or 2.
          - Old version installed differs from new one and not optlinked
        or 3.
          - This formula is not installed
      
      * installing HEAD should be possible only if:
        1.
          - Old HEAD is seriously outdated or outdated with `--fetch-HEAD`
        or 2.
          - HEAD is not installed
      
      * installing stable or devel should be possible only if:
        - Old version installed differs from new one
      73a1daa6
  15. Nov 12, 2016
  16. Nov 05, 2016
  17. Oct 24, 2016
  18. Oct 15, 2016
  19. Oct 03, 2016
  20. Oct 02, 2016
  21. Sep 24, 2016
  22. Sep 23, 2016
  23. Sep 19, 2016
  24. Sep 12, 2016
  25. Sep 07, 2016
  26. Aug 30, 2016
  27. Aug 10, 2016
  28. Aug 05, 2016
  29. Jul 30, 2016
  30. Jul 09, 2016
  31. Jul 06, 2016
  32. Jul 05, 2016
  33. Jul 04, 2016
  34. Jun 29, 2016
Loading