| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-05 | Merge pull request #2976 from GauthamGoli/audit_external_patches_rubocop | Mike McQuaid | |
| audit: Port patches audit code to a rubocop and add tests | |||
| 2017-08-05 | Refactor legacy_patches_cop to merge external patch audit rules in a single ↵ | Gautham Goli | |
| cop and add tests | |||
| 2017-08-05 | audit: Port patches audit code to a rubocop | Gautham Goli | |
| 2017-08-05 | travis.yml: only build the master branch. | Mike McQuaid | |
| This avoid two weird things: - scary messages when building tags fails - two builds being run instead of one when people create a PR and a branch on the Homebrew/brew repo (rather than their fork). | |||
| 2017-08-05 | Delete `:focus`. | Markus Reiter | |
| 2017-08-05 | Merge pull request #2965 from reitermarkus/cask-tap | Markus Reiter | |
| Detect `Tap` in `CaskLoader`. | |||
| 2017-08-05 | Add spec for `conflicts_with cask`. | Markus Reiter | |
| 2017-08-05 | Implement `conflicts_with :cask`. | Markus Reiter | |
| 2017-08-05 | Merge pull request #2991 from javian/additionalphpignores | Mike McQuaid | |
| audit: add additional php header ignore patterns | |||
| 2017-08-04 | Merge pull request #2999 from mistydemeo/tap_each_enum | Markus Reiter | |
| Tap.each: return an enumerable when no block given | |||
| 2017-08-04 | Merge pull request #3000 from reitermarkus/remove-checkurl | Markus Reiter | |
| Remove `brew cask _checkurl`. | |||
| 2017-08-04 | Remove `_checkurl`. | Markus Reiter | |
| 2017-08-03 | Tap.each: return an enumerable when no block given | Misty De Meo | |
| 2017-08-03 | Moving /usr/lib/pkg-config to be first | Andrew Yates | |
| Ensuring old functionality still happens and /usr/lib/pkg-config is the first location found in macOS. | |||
| 2017-08-03 | Merge pull request #2997 from ilovezfs/non-libraries | ilovezfs | |
| formula_cellar_checks: check_non_libraries only for new formulae | |||
| 2017-08-03 | formula_cellar_checks: check_non_libraries only for new formulae | ilovezfs | |
| This check is overly opinionated and leads to audit failures no one cares to fix, so let's only run it for new formulae. | |||
| 2017-08-03 | Adding in "/usr/lib/pkg-config" | Andrew Yates | |
| Moving "/usr/lib/pkg-config" into the pkg-path path | |||
| 2017-08-03 | Remove errant pkg-config libdir | Andrew Yates | |
| We found an issue in Linuxbrew/homebrew-core#3366 where the addition of "/usr/lib/pkg-config" causes compilation issues if system pkg-config files are in that directory on Linux. Removing the line from here and adding it into the mac superenv. | |||
| 2017-08-03 | audit: add additional php header ignore patterns | Jan Viljanen | |
| 2017-08-01 | Merge pull request #2990 from JCount/formula_desc_cop-x86 | JCount | |
| formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDS | |||
| 2017-08-01 | formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDS | JCount | |
| 2017-08-01 | Merge pull request #2963 from cclauss/patch-2 | Mike McQuaid | |
| Put the five executables in a list | |||
| 2017-08-01 | Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strict | Mike McQuaid | |
| audit: Port audit_urls strict rules to rubocop, add tests, autocorrect | |||
| 2017-08-01 | Merge pull request #2980 from GauthamGoli/audit_style_check_bug_fix | Mike McQuaid | |
| audit: fix bug where `brew audit foo` runs every style check. | |||
| 2017-08-01 | Merge pull request #2964 from GauthamGoli/audit_line_rubocop_part_1 | Mike McQuaid | |
| audit: Port dependency rules from line_problems to rubocop and add tests | |||
| 2017-08-01 | Merge pull request #2989 from rwhogg/update-emacs-tap-reference | Mike McQuaid | |
| docs/brew-tap.md: Reference dunn's Emacs tap | |||
| 2017-08-01 | Merge pull request #2988 from rwhogg/defunct-repo-name | Mike McQuaid | |
| formula: Remove reference to Homebrew/Homebrew | |||
| 2017-07-31 | docs/brew-tap.md: Reference dunn's Emacs tap | Bob W. Hogg | |
| edavis' repo currently points to homebrew/emacs, which has since been moved to dunn/emacs. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-07-31 | formula: Remove reference to Homebrew/Homebrew | Bob W. Hogg | |
| That repo is now defunct. Reference homebrew-core instead. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-07-31 | Merge pull request #2978 from reitermarkus/simplify-dsl1.3.0 | Markus Reiter | |
| Simplify `assert_only_one_stanza_allowed`. | |||
| 2017-07-31 | formula_installer: never build dependency bottles. | Mike McQuaid | |
| This also helpfully avoids always building all dependencies from source when passing `--build-bottle` or forcing all bottles when passing `--force-bottle`. | |||
| 2017-07-30 | Merge pull request #2983 from ↵ | Mike McQuaid | |
| MikeMcQuaid/tweak-preserve-link-on-upgrade-reinstall Tweak preserve link status on reinstall/upgrade. | |||
| 2017-07-30 | Tweak preserve link status on reinstall/upgrade. | Mike McQuaid | |
| Treat a `brew install` command as normal i.e. link by default unless keg-only and only specify whether a keg should be linked when upgrading or reinstalling. Also, adjust the naming accordingly so it's more obvious that this is the case. | |||
| 2017-07-30 | formula_installer: fix typo. | Mike McQuaid | |
| 2017-07-30 | Merge pull request #2979 from MikeMcQuaid/travis-fast-finish | Mike McQuaid | |
| travis: fast finish builds. | |||
| 2017-07-30 | Merge pull request #2961 from MikeMcQuaid/preserve-link-on-upgrade-reinstall | Mike McQuaid | |
| Preserve link status on reinstall/upgrade. | |||
| 2017-07-30 | Merge pull request #2969 from MikeMcQuaid/default-formula-bottles | Mike McQuaid | |
| formula_installer: use default_formula for bottles | |||
| 2017-07-30 | Merge pull request #2981 from reitermarkus/fix-trash | Markus Reiter | |
| Fix trash script. | |||
| 2017-07-30 | Reworded | cclauss | |
| 2017-07-30 | Make `zap` recognize `--force`. | Markus Reiter | |
| 2017-07-30 | Fix trash script. | Markus Reiter | |
| 2017-07-30 | audit: fix bug where `brew audit foo` runs every style check. | Gautham Goli | |
| 2017-07-30 | Simplify `assert_only_one_stanza_allowed`. | Markus Reiter | |
| 2017-07-30 | travis: fast finish builds. | Mike McQuaid | |
| Show failing Linux builds (which run much more quickly) before the macOS build has completed. https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing | |||
| 2017-07-30 | formula_installer: use default_formula for bottles | Mike McQuaid | |
| This was the original, intended functionality before this was broken in fe117bf79b244c42b7e4049d353c3c003eae4880. Fixes https://github.com/Homebrew/homebrew-core/issues/13680. | |||
| 2017-07-30 | Merge pull request #2899 from MikeMcQuaid/enable-deprecations | Mike McQuaid | |
| Enable more deprecations. | |||
| 2017-07-30 | Preserve link status on reinstall/upgrade. | Mike McQuaid | |
| This means if a user has manually `brew unlink` or `brew link --force`d something then that status will be preserved after they `brew upgrade` or `brew reinstall` that formula. This generally should make things that are keg-only by default easier to swallow. | |||
| 2017-07-30 | Merge pull request #2973 from DomT4/keg_only_additions | Mike McQuaid | |
| formula_support: add provided_pre_high_sierra keg_only | |||
| 2017-07-30 | Merge pull request #2959 from MikeMcQuaid/formula-installer-duplication | Mike McQuaid | |
| formula_installer: simplify callers. | |||
| 2017-07-30 | Merge pull request #2923 from MikeMcQuaid/alias-fixes | Mike McQuaid | |
| keg: correctly cleanup old aliases. | |||
