| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-09 | gpg2_requirement: flip search priority | Dominyk Tiller | |
| 2017-08-09 | gpg: flip search priority order | Dominyk Tiller | |
| Makes more sense this way around now Homebrew has migrated across to 2.1.x & the latest version of that doesn't install as `gpg2` any more. Doesn't need to be merged before this PR but for the sake of referencing the PR introducing the upstream death of the `gpg2` symlink is: https://github.com/Homebrew/homebrew-core/pull/16580 | |||
| 2017-08-08 | Merge pull request #3020 from rwhogg/fix-bump-formula-pr-no-usrbintar | ilovezfs | |
| dev-cmd/bump-formula-pr: search for tar | |||
| 2017-08-08 | dev-cmd/bump-formula-pr: search for tar | Bob W. Hogg | |
| We first search for gtar in PATH, then check if Homebrew's gtar is available, then finally search for tar in PATH. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-08-09 | Merge pull request #3030 from reitermarkus/curl-args | Markus Reiter | |
| Allow `curl` args to be overriden. | |||
| 2017-08-08 | Allow `curl` args to be overriden. | Markus Reiter | |
| 2017-08-08 | audit: fix mismatch in versioned alias names in non-core taps | JCount | |
| Fixes #3022 | |||
| 2017-08-08 | mac/xcode: update expected Clang on 10.13 | Dominyk Tiller | |
| 2017-08-08 | Merge pull request #3026 from reitermarkus/refactor-download-strategies | Markus Reiter | |
| Refactor download strategies. | |||
| 2017-08-08 | Simplify CurlDownloadStrategy. | Markus Reiter | |
| 2017-08-08 | Simplify SubversionDownloadStrategy. | Markus Reiter | |
| 2017-08-08 | formula_cellar_checks: fix broken dylib spacing. | Mike McQuaid | |
| 2017-08-08 | Merge pull request #3019 from rwhogg/new-fedora-pkgsearch | Mike McQuaid | |
| cmd/search: use new Fedora package search | |||
| 2017-08-08 | Merge pull request #3012 from GauthamGoli/depends_on_fix | Mike McQuaid | |
| Add node pattern methods to handle dependency audits in a better way | |||
| 2017-08-07 | cmd/search: use new Fedora package search | Bob W. Hogg | |
| pkgdb has been put into read-only mode, so it won't be updated for new Fedora releases going forward. Use apps.fedoraproject.org/packages instead. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-08-07 | Merge pull request #3018 from Homebrew/revert-2848-refactoring | JCount | |
| Revert "Refactor SVN and cURL download strategies." | |||
| 2017-08-07 | Revert "Refactor SVN and cURL download strategies." | ilovezfs | |
| 2017-08-07 | Merge pull request #2848 from reitermarkus/refactoring | Markus Reiter | |
| Refactor SVN and cURL download strategies. | |||
| 2017-08-07 | Simplify CurlDownloadStrategy. | Markus Reiter | |
| 2017-08-07 | Simplify SubversionDownloadStrategy. | Markus Reiter | |
| 2017-08-07 | formula_cellar_checks: remove stray backtick.1.3.1 | Mike McQuaid | |
| 2017-08-07 | Merge pull request #3016 from MikeMcQuaid/no-sandbox-message | Mike McQuaid | |
| sandbox: stop printing message. | |||
| 2017-08-07 | Merge pull request #3017 from MikeMcQuaid/reinstall_broken_bottles | Mike McQuaid | |
| formula_cellar_checks: reinstall broken bottles. | |||
| 2017-08-07 | Merge pull request #2998 from andrewyatz/bugfix/pkgconfiglibdir | Mike McQuaid | |
| Bugfix/pkgconfiglibdir | |||
| 2017-08-07 | Add node pattern methods to handle dependency audits in a better way | Gautham Goli | |
| 2017-08-07 | formula_cellar_checks: reinstall broken bottles. | Mike McQuaid | |
| If we pour from a bottle and then immediately know it’s broken then we should tell users how to resolve their issue and where to file a issue to. Inspired by https://github.com/Homebrew/homebrew-core/issues/16477. | |||
| 2017-08-07 | Incorrect - added | Andrew Yates | |
| I added an extra un-wanted - into the pkgconfig path. Now removed | |||
| 2017-08-07 | sandbox: stop printing message. | Mike McQuaid | |
| We’re always using the sandbox where possible now so this is just noise for the vast majority of our users. | |||
| 2017-08-07 | Merge pull request #3003 from MikeMcQuaid/better-no-resource-version | Mike McQuaid | |
| software_spec: improve no resource version error. | |||
| 2017-08-07 | software_spec: improve no resource version error. | Mike McQuaid | |
| This should make it clearer to us that they needed to `brew update`. Fixes https://github.com/Homebrew/homebrew-core/issues/16075 Fixes https://github.com/Homebrew/brew/issues/2944 | |||
| 2017-08-07 | Merge pull request #3005 from MikeMcQuaid/cleanup-aliases | Mike McQuaid | |
| keg: cleanup aliases correctly. | |||
| 2017-08-07 | audit: Port rules from line_problems to rubocop part 4(WIP) | Gautham Goli | |
| 2017-08-06 | audit: Add tests for rubocop methods in line_cop.rb | Gautham Goli | |
| 2017-08-06 | audit: Port rules from line_problems to rubocop part 3 | Gautham Goli | |
| 2017-08-06 | audit: Add tests for audit rules ported from line_problems method to rubocops | Gautham Goli | |
| 2017-08-06 | audit: Port FileUtils, inreplace audit rules in audit_lines to rubocop | Gautham Goli | |
| 2017-08-06 | audit: Port classname and template comments audit rules from line_problems ↵ | Gautham Goli | |
| method to rubocop | |||
| 2017-08-06 | Merge pull request #3013 from reitermarkus/fix-pkg-uninstallation | Markus Reiter | |
| Fix `Pkg#uninstall` not calling `MacOS.undeletable?` for all files. | |||
| 2017-08-06 | Fix `Pkg#uninstall` not calling `MacOS.undeletable?` for all files. | Markus Reiter | |
| 2017-08-06 | Merge pull request #3010 from rwhogg/remove-homebrew-x11-reference | Mike McQuaid | |
| formula: Remove reference to homebrew/x11 | |||
| 2017-08-05 | Merge pull request #3009 from reitermarkus/fix-cask-url-ext | Markus Reiter | |
| Fix parsing extension from URL. | |||
| 2017-08-06 | audit: Add tests for audit rules ported from line_problems method to rubocops | Gautham Goli | |
| 2017-08-06 | audit: Port FileUtils, inreplace audit rules in audit_lines to rubocop | Gautham Goli | |
| 2017-08-06 | audit: Port classname and template comments audit rules from line_problems ↵ | Gautham Goli | |
| method to rubocop | |||
| 2017-08-05 | Fix parsing extension from URL. | Markus Reiter | |
| 2017-08-05 | formula: Remove reference to homebrew/x11 | Bob W. Hogg | |
| That tap is now defunct. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-08-05 | Merge pull request #3006 from reitermarkus/unfocus | Markus Reiter | |
| Delete `:focus`. | |||
| 2017-08-05 | keg: cleanup aliases correctly. | Mike McQuaid | |
| This was missed when I was focused on cleaning up versioned aliases. Fixes #2992. | |||
| 2017-08-05 | Merge pull request #3004 from MikeMcQuaid/travis-only-master | Mike McQuaid | |
| travis.yml: only build the master branch. | |||
| 2017-08-05 | formula_installer: restore build_bottle defaults. | Mike McQuaid | |
