aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-07formula_cellar_checks: remove stray backtick.1.3.1Mike McQuaid
2017-08-07Merge pull request #3016 from MikeMcQuaid/no-sandbox-messageMike McQuaid
sandbox: stop printing message.
2017-08-07Merge pull request #3017 from MikeMcQuaid/reinstall_broken_bottlesMike McQuaid
formula_cellar_checks: reinstall broken bottles.
2017-08-07Merge pull request #2998 from andrewyatz/bugfix/pkgconfiglibdirMike McQuaid
Bugfix/pkgconfiglibdir
2017-08-07formula_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-07Incorrect - addedAndrew Yates
I added an extra un-wanted - into the pkgconfig path. Now removed
2017-08-07sandbox: 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-07Merge pull request #3003 from MikeMcQuaid/better-no-resource-versionMike McQuaid
software_spec: improve no resource version error.
2017-08-07software_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-07Merge pull request #3005 from MikeMcQuaid/cleanup-aliasesMike McQuaid
keg: cleanup aliases correctly.
2017-08-06Merge pull request #3013 from reitermarkus/fix-pkg-uninstallationMarkus Reiter
Fix `Pkg#uninstall` not calling `MacOS.undeletable?` for all files.
2017-08-06Fix `Pkg#uninstall` not calling `MacOS.undeletable?` for all files.Markus Reiter
2017-08-06Merge pull request #3010 from rwhogg/remove-homebrew-x11-referenceMike McQuaid
formula: Remove reference to homebrew/x11
2017-08-05Merge pull request #3009 from reitermarkus/fix-cask-url-extMarkus Reiter
Fix parsing extension from URL.
2017-08-05Fix parsing extension from URL.Markus Reiter
2017-08-05formula: Remove reference to homebrew/x11Bob W. Hogg
That tap is now defunct. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-08-05Merge pull request #3006 from reitermarkus/unfocusMarkus Reiter
Delete `:focus`.
2017-08-05keg: cleanup aliases correctly.Mike McQuaid
This was missed when I was focused on cleaning up versioned aliases. Fixes #2992.
2017-08-05Merge pull request #3004 from MikeMcQuaid/travis-only-masterMike McQuaid
travis.yml: only build the master branch.
2017-08-05formula_installer: restore build_bottle defaults.Mike McQuaid
2017-08-05Merge pull request #2976 from GauthamGoli/audit_external_patches_rubocopMike McQuaid
audit: Port patches audit code to a rubocop and add tests
2017-08-05Refactor legacy_patches_cop to merge external patch audit rules in a single ↵Gautham Goli
cop and add tests
2017-08-05audit: Port patches audit code to a rubocopGautham Goli
2017-08-05travis.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-05Delete `:focus`.Markus Reiter
2017-08-05Merge pull request #2965 from reitermarkus/cask-tapMarkus Reiter
Detect `Tap` in `CaskLoader`.
2017-08-05Merge pull request #2991 from javian/additionalphpignoresMike McQuaid
audit: add additional php header ignore patterns
2017-08-04Merge pull request #2999 from mistydemeo/tap_each_enumMarkus Reiter
Tap.each: return an enumerable when no block given
2017-08-04Merge pull request #3000 from reitermarkus/remove-checkurlMarkus Reiter
Remove `brew cask _checkurl`.
2017-08-04Remove `_checkurl`.Markus Reiter
2017-08-03Tap.each: return an enumerable when no block givenMisty De Meo
2017-08-03Moving /usr/lib/pkg-config to be firstAndrew Yates
Ensuring old functionality still happens and /usr/lib/pkg-config is the first location found in macOS.
2017-08-03Merge pull request #2997 from ilovezfs/non-librariesilovezfs
formula_cellar_checks: check_non_libraries only for new formulae
2017-08-03formula_cellar_checks: check_non_libraries only for new formulaeilovezfs
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-03Adding in "/usr/lib/pkg-config"Andrew Yates
Moving "/usr/lib/pkg-config" into the pkg-path path
2017-08-03Remove 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-03audit: add additional php header ignore patternsJan Viljanen
2017-08-01Merge pull request #2990 from JCount/formula_desc_cop-x86JCount
formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDS
2017-08-01formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDSJCount
2017-08-01Merge pull request #2963 from cclauss/patch-2Mike McQuaid
Put the five executables in a list
2017-08-01Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strictMike McQuaid
audit: Port audit_urls strict rules to rubocop, add tests, autocorrect
2017-08-01Merge pull request #2980 from GauthamGoli/audit_style_check_bug_fixMike McQuaid
audit: fix bug where `brew audit foo` runs every style check.
2017-08-01Merge pull request #2964 from GauthamGoli/audit_line_rubocop_part_1Mike McQuaid
audit: Port dependency rules from line_problems to rubocop and add tests
2017-08-01Merge pull request #2989 from rwhogg/update-emacs-tap-referenceMike McQuaid
docs/brew-tap.md: Reference dunn's Emacs tap
2017-08-01Merge pull request #2988 from rwhogg/defunct-repo-nameMike McQuaid
formula: Remove reference to Homebrew/Homebrew
2017-07-31docs/brew-tap.md: Reference dunn's Emacs tapBob 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-31formula: Remove reference to Homebrew/HomebrewBob W. Hogg
That repo is now defunct. Reference homebrew-core instead. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-07-31Merge pull request #2978 from reitermarkus/simplify-dsl1.3.0Markus Reiter
Simplify `assert_only_one_stanza_allowed`.
2017-07-31formula_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-30Merge pull request #2983 from ↵Mike McQuaid
MikeMcQuaid/tweak-preserve-link-on-upgrade-reinstall Tweak preserve link status on reinstall/upgrade.