| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-21 | Make 'xz' and 'cvs' dependencies conditional | Maxim Belkin | |
| 2018-02-21 | brew style: replace tabs with spaces | Maxim Belkin | |
| 2018-02-21 | Merge pull request #3820 from sjackman/macos-version | Mike McQuaid | |
| Define OS::Mac on Linux | |||
| 2018-02-21 | travis.yml: use homebrew/homebrew-core on Linux. | Mike McQuaid | |
| 2018-02-21 | Merge pull request #3822 from MikeMcQuaid/dependency_collector_symbol | Mike McQuaid | |
| dependency_collector: don't create symbol deps. | |||
| 2018-02-21 | dependency_collector: don't create symbol deps. | Mike McQuaid | |
| Need to convert this to a string first or things explode. | |||
| 2018-02-21 | Merge pull request #3715 from commitay/moved | commitay | |
| cask move_back: copy / delete | |||
| 2018-02-20 | Code refactoring 4.0 | Maxim Belkin | |
| 2018-02-20 | Define OS::Mac on Linux | Shaun Jackman | |
| Define MacOS.version, MacOS.full_version, and MacOS::Xcode.version to Version::NULL on Linux so that brew readall succeeds and Homebrew/brew can tap Homebrew/core on Linux. | |||
| 2018-02-20 | Merge pull request #3818 from MikeMcQuaid/curl-linux-tweaks | Mike McQuaid | |
| brew.sh: use system curl on Linux where possible. | |||
| 2018-02-20 | brew.sh: use system curl on Linux where possible. | Mike McQuaid | |
| Result of discussion in #3809. | |||
| 2018-02-19 | Merge pull request #3817 from MikeMcQuaid/gist-logs-require-credentials | Mike McQuaid | |
| gist-logs: require API credentials. | |||
| 2018-02-19 | gist-logs: require API credentials. | Mike McQuaid | |
| Anonymous gists are going away shortly: https://github.com/blog/2503-deprecation-notice-removing-anonymous-gist-creation | |||
| 2018-02-19 | Code refactoring v3.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring v2.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring | Maxim Belkin | |
| 2018-02-19 | Renaming linux-specifix file with tests | Maxim Belkin | |
| Files are globbed based on their name. Therefore, we have to rename them so tests for Linux are not executed on a Mac. | |||
| 2018-02-19 | Making zip and bzip2 dependecies conditional | Maxim Belkin | |
| Here, we are adding `unless which("zip")` and `unless which("bzip2")` and, thus, make `zip` and `bzip2` dependencies conditional. | |||
| 2018-02-19 | Refactoring based on suggestions | Maxim Belkin | |
| Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags) methods to those on Linux and overriding them on macOS. | |||
| 2018-02-16 | Removing unnecessary arguments | Maxim Belkin | |
| 2018-02-16 | Fixing test | Maxim Belkin | |
| 2018-02-16 | Adding tests for dependency_collector on Linux | Maxim Belkin | |
| 2018-02-16 | Fixing brew-style offenses | Maxim Belkin | |
| 2018-02-16 | zip and bzip2 dependencies when needed | Maxim Belkin | |
| On some systems identified as Linux, zip and bzip2 might not be available. Therefore, on such platforms we add them unconditionally as dependencies when required. On Mac, these dependencies are always satisfied. | |||
| 2018-02-16 | Merge pull request #3809 from maxim-belkin/brew-unix-1 | Mike McQuaid | |
| brew.sh: changes from Linuxbrew (Linux fork) | |||
| 2018-02-16 | Merge pull request #3768 from sjackman/test-svn | Mike McQuaid | |
| test/utils/svn: Requires svn to succeed | |||
| 2018-02-15 | test/utils/svn: Requires svn to succeed | Shaun Jackman | |
| 2018-02-15 | Unifying Linux/Mac logic that sets HOMEBREW_CURL | Maxim Belkin | |
| 2018-02-15 | Don't set HOMEBREW_MACOS_VERSION on non-mac systems | Maxim Belkin | |
| 2018-02-15 | brew.sh: changes from Linuxbrew (Linux fork) | Maxim Belkin | |
| These fixes do two things: - set HOMEBREW_MACOS_VERSION to 0 on non-HOMEBREW_MACOS machines - set HOMEBREW_CURL to Homebrew'd curl | |||
| 2018-02-15 | Merge pull request #3801 from reitermarkus/ignore-metadata-deprecations | Markus Reiter | |
| Make sure `.metadata` shows up in Cask backtrace. | |||
| 2018-02-14 | Merge pull request #3805 from ilovezfs/more-checks-for-keg_only | ilovezfs | |
| formula_installer: also run audit_installed for keg_only formulae | |||
| 2018-02-14 | formula_installer: also run audit_installed for keg_only formulae | ilovezfs | |
| 2018-02-14 | backing up | commitay | |
| 2018-02-14 | cask move_back: copy / delete | commitay | |
| 2018-02-13 | Merge pull request #3803 from reitermarkus/cask-installer | Markus Reiter | |
| Add Homebrew’s `bin` to PATH for Cask installers. | |||
| 2018-02-13 | Merge pull request #3802 from reitermarkus/cask-auto-update | Markus Reiter | |
| Auto-update on `brew cask install/upgrade`. | |||
| 2018-02-13 | Add Homebrew’s `bin` to PATH for Cask installers. | Markus Reiter | |
| 2018-02-13 | Merge pull request #3774 from sbol-coolblue/fix-formula-formulae | Markus Reiter | |
| Grammar: "formula are" -> "formulae are" | |||
| 2018-02-13 | Auto-update on `brew cask install/upgrade`. | Markus Reiter | |
| 2018-02-13 | Make sure `.metadata` shows up in Cask backtrace. | Markus Reiter | |
| 2018-02-13 | Merge pull request #3800 from commitay/cask-doctor | Mike McQuaid | |
| cask doctor: check_cached_downloads | |||
| 2018-02-13 | Merge pull request #3799 from ilovezfs/diagnostic-remove-cache-size-check | Mike McQuaid | |
| diagnostic: remove cache size check | |||
| 2018-02-13 | cask doctor: check_cached_downloads | commitay | |
| 2018-02-13 | Merge pull request #3795 from MikeMcQuaid/rspec-retry | Mike McQuaid | |
| Use rspec-retry in brew tests | |||
| 2018-02-13 | diagnostic: remove cache size check | ilovezfs | |
| 2018-02-13 | Use rspec-retry in flaky brew tests. | Mike McQuaid | |
| We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable. | |||
| 2018-02-13 | Merge pull request #3793 from MikeMcQuaid/issue-template-tweaks | Mike McQuaid | |
| ISSUE_TEMPLATE: various updates. | |||
| 2018-02-13 | Merge pull request #3657 from kabel/php-cache-ext | Mike McQuaid | |
| Fix cached download file extension for certain URLs | |||
| 2018-02-12 | Merge pull request #3090 from jcs/no_color | Mike McQuaid | |
| Tty: if NO_COLOR env var is present, disable color | |||
