| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-01 | docs: add more missing option descriptions | EricFromCanada | |
| and improve wording or formatting where necessary. | |||
| 2018-02-01 | docs: add two taps, update CI info | EricFromCanada | |
| and fix some wording. | |||
| 2018-01-30 | Merge pull request #3747 from MikeMcQuaid/no-tap-deprecated | Mike McQuaid | |
| tap: donât tap deprecated taps. | |||
| 2018-01-29 | Merge pull request #3729 from ilovezfs/bump-formula-pr-more-enhancements | ilovezfs | |
| bump-formula-pr: more enhancements. | |||
| 2018-01-29 | Merge pull request #3749 from MikeMcQuaid/xcode-requirement-macos-upgrade | Mike McQuaid | |
| xcode_requirement: inform users of macOS upgrade. | |||
| 2018-01-29 | Merge pull request #3746 from alyssais/development_tools_bottle | Mike McQuaid | |
| Don't suggest install from bottle if not available | |||
| 2018-01-29 | Merge pull request #3745 from commitay/style | Markus Reiter | |
| cask style: fix `--fix` | |||
| 2018-01-28 | Don't suggest install from bottle if not available | Alyssa Ross | |
| It only makes sense to tell a user to try installing from a bottle if there are bottles available for them to install for all the formulae they specified. | |||
| 2018-01-29 | cask style: fix `--fix` | commitay | |
| 2018-01-28 | xcode_requirement: inform users of macOS upgrade. | Mike McQuaid | |
| If you need a newer Xcode than the latest version provided by your version of macOS then you need to upgrade your OS to install the software. | |||
| 2018-01-28 | tap: donât tap deprecated taps. | Mike McQuaid | |
| These no longer have any files in them. | |||
| 2018-01-28 | Merge pull request #3740 from reitermarkus/cask-style | Markus Reiter | |
| Fix `brew cask style` on Travis. | |||
| 2018-01-28 | bump-formula-pr: improve version formula component regex. | ilovezfs | |
| 2018-01-28 | bump-formula-pr: regex escape urls in replacements. | ilovezfs | |
| 2018-01-28 | bump-formula-pr: detect download strategy from url. | ilovezfs | |
| Previously, CurlDownloadStrategy was hard coded. | |||
| 2018-01-28 | bump-formula-pr: add Debian mirror handling. | ilovezfs | |
| 2018-01-28 | bump-formula-pr: update GNU mirror handling. | ilovezfs | |
| homebrew/core now uses ftp.gnu.org/gnu for the primary url and ftpmirror.gnu.org for the mirror. | |||
| 2018-01-28 | bump-formula-pr: improve formula name guessing. | ilovezfs | |
| 2018-01-28 | Fix `brew cask style` on Travis. | Markus Reiter | |
| 2018-01-28 | Merge pull request #3741 from kant/patch-1 | Markus Reiter | |
| Minor proposal | |||
| 2018-01-27 | Minor proposal | DarĂo HereñĂș | |
| 2018-01-27 | Merge pull request #3524 from reitermarkus/config | Markus Reiter | |
| Add `Hbc::Config` class. | |||
| 2018-01-27 | Allow passing down configuration into Cask. | Markus Reiter | |
| 2018-01-27 | Create `Hbc::Config` class. | Markus Reiter | |
| 2018-01-27 | Merge pull request #3739 from MikeMcQuaid/no-travis-gem-ruby | Mike McQuaid | |
| travis.yml: HOME Ruby path caching not needed. | |||
| 2018-01-26 | travis.yml: HOME Ruby path caching not needed. | Mike McQuaid | |
| This ins stored in vendor/bundle now instead. | |||
| 2018-01-26 | Merge pull request #3736 from MikeMcQuaid/travis-config-tweaks | Mike McQuaid | |
| .travis.yml: make configuration tweaks. | |||
| 2018-01-26 | Always install Gems into bundler location. | Mike McQuaid | |
| 2018-01-26 | tap-new: update based on Homebrew/brew travis.yml. | Mike McQuaid | |
| 2018-01-26 | travis.yml: general cleanup. | Mike McQuaid | |
| - Update Xcode version - Split out platform-specific code so we can see where time is spent - Manually trigger vendor Ruby installation - Use `brew update` to update things - Use `travis_retry` where relevant. | |||
| 2018-01-26 | ruby.sh: fix version check. | Mike McQuaid | |
| - Rather than checking for the absence of a failure check for an actual success in the check - Fix the check to work on Ruby 1.9 (where `RUBY_VERSION.to_s.dup` is required to avoid modifying a frozen string). | |||
| 2018-01-26 | Merge pull request #3735 from reitermarkus/travis | Mike McQuaid | |
| Fix Travis deprecation error. | |||
| 2018-01-26 | Update .travis.yml | Mike McQuaid | |
| 2018-01-26 | Update .travis.yml | Mike McQuaid | |
| 2018-01-26 | Update .travis.yml | Mike McQuaid | |
| 2018-01-26 | Fix Travis deprecation error. | Markus Reiter | |
| 2018-01-24 | Merge pull request #3728 from ilovezfs/bump-formula-pr-only-validate-tar-files | Mike McQuaid | |
| bump-formula-pr: only validate tar files. | |||
| 2018-01-24 | bump-formula-pr: only validate tar files. | ilovezfs | |
| 2018-01-24 | bump-formula-pr: use "resource" not "rsrc" | ilovezfs | |
| 2018-01-24 | Merge pull request #3725 from MikeMcQuaid/fix-odeprecated-again1.5.2 | Mike McQuaid | |
| utils: reduce odeprecated warnings. | |||
| 2018-01-24 | utils: reduce odeprecated warnings. | Mike McQuaid | |
| Fix the code so we don't actually output `odeprecated` warnings for `HOMEBREW_CACHE`d or `.brew`d formulae. | |||
| 2018-01-23 | Merge pull request #3724 from ilovezfs/call-satisfied-at-least-once | Mike McQuaid | |
| build: call satisified? before modifying env. | |||
| 2018-01-23 | build: remove req satisfied calls. | Mike McQuaid | |
| 2018-01-23 | requirement: odeprecated for default_formula usage. | Mike McQuaid | |
| 2018-01-23 | requirement: make deprecated stuff unsupported. | Mike McQuaid | |
| 2018-01-23 | requirement: call satisfied? from modify_build_environment. | Mike McQuaid | |
| 2018-01-23 | Merge pull request #3722 from sesam/add-doc-and-style-to-pr-template | Mike McQuaid | |
| Add doctor and style to checklist. | |||
| 2018-01-22 | build: call satisified? before modifying env. | ilovezfs | |
| Requirement#modify_build_environment may depend on the side effects of Requirement#satisfied?, so make sure the latter is called at least once for each requirement during formula installation. Prior to b70b5429d09, Requirement#satisfied? would usually be called during Build#expand_reqs, but that is longer the case. | |||
| 2018-01-23 | don't add brew doctor | Simon B | |
| 2018-01-23 | Add doctor and style to checklist. | Simon B | |
| Ensures that contributors know about `brew doctor` and `brew style` before submitting a PR, since CI fails on `brew style` breaches. | |||
