aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-04-16Merge pull request #2446 from mansimarkaur/diagnostic_tests1.1.13Mike McQuaid
[WIP] Added test for check_access_lock_dir
2017-04-15Merge pull request #2483 from MikeMcQuaid/audit-no-devel-version-aliasMike McQuaid
audit: don't recommend version aliases on --devel.
2017-04-11Merge pull request #2486 from reitermarkus/fix-auditMarkus Reiter
Fix `brew cask audit` not working without argument.
2017-04-11Fix `brew cask audit` not working without argument.Markus Reiter
2017-04-11Merge pull request #2474 from MikeMcQuaid/xcode-8.3.1ilovezfs
xcode: 8.3.1 is latest version.
2017-04-10audit: don't recommend version aliases on --devel.Mike McQuaid
As requested in #11462 by @neutric as this produces confusing, incorrect output.
2017-04-10Merge pull request #2471 from JCount/missing_formula-fix-undefined-method-nilJCount
missing_formula: fix undefined method `path` for nil:NilClass
2017-04-10Merge pull request #2461 from hsbt/workaround-downcase-with-pathnameJCount
formulary: Workaround for method missing for downcase on Pathname object
2017-04-11formulary: Workaround for method missing for downcase on Pathname object.SHIBATA Hiroshi
2017-04-10missing_formula: fix undefined method `path` for nil:NilClassJCount
This check for a nil `tap` is necessary because Tap.from_path(path) will simply return a nil value in the event the tap path is invalid
2017-04-10xcode: 8.3.1 is latest version.Mike McQuaid
Our CI images are already updated with it.
2017-04-09Merge pull request #2434 from JCount/gpg-spec-test-21-compatibilityMarkus Reiter
gpg_spec test add 2.1.x compatibility
2017-04-08gpg_spec: use new version method to directly compare version objectsJCount
2017-04-08gpg: add version method to retrieve current version in pathJCount
2017-04-08gpg_spec: switch structure to if/else instead of rescueJCount
2017-04-08gpg2_requirement_spec: switch test to gnupg 2.1.xJCount
2017-04-07Corrected test for access_lock_dirmansimarkaur
2017-04-05Merge pull request #2442 from tdsmith/fix-symlink-relocationMike McQuaid
Virtualenv relocation fixes
2017-04-05Merge pull request #2456 from MikeMcQuaid/probot-staleMike McQuaid
Add probot-stale configuration.
2017-04-05Add probot-stale configuration.Mike McQuaid
2017-04-05keg_relocate: slim long lines.Mike McQuaid
2017-04-05Merge pull request #2242 from GauthamGoli/audit_custom_copsMike McQuaid
Port audit_desc audit rules to a cop
2017-04-05Merge pull request #2454 from MikeMcQuaid/audit-fix-core-formula-alias-checkMike McQuaid
audit: fix core formula alias check.
2017-04-04Merge pull request #2452 from MikeMcQuaid/update-installed-not-newMike McQuaid
update-report: don't show new, installed formulae.
2017-04-04audit: fix core formula alias check.Mike McQuaid
Was missing a formula object being passed.
2017-04-04update-report: don't show new, installed formulae.Mike McQuaid
These were those migrated from other taps but if they are installed already: they aren't new to that user.
2017-04-04Merge pull request #2450 from Homebrew/revert-2036-rust-hackMike McQuaid
Revert "keg_relocate: Don't relocate dylib IDs containing metavariables."
2017-04-04Revert "keg_relocate: Don't relocate dylib IDs containing metavariables."Mike McQuaid
2017-04-04Merge pull request #2448 from rwhogg/add-skylake-linuxMike McQuaid
Add Skylake to the Linux hardware list
2017-04-03Merge pull request #2444 from rwhogg/java-req-add-newlineMike McQuaid
java_requirement: Add newline to failure message
2017-04-03Added test for check_access_lock_dirmansimarkaur
2017-04-02Add Skylake to Linux hardware listMaxim Belkin
2017-04-02java_requirement: Add newline to failure messageBob W. Hogg
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-04-02rubocopTim D. Smith
2017-04-02Merge pull request #2412 from EricFromCanada/master1.1.12Mike McQuaid
Xcode: update supported versions & download URLs for 8.3
2017-04-02External Commands: document how `--help` works.Mike McQuaid
2017-04-02Merge pull request #2441 from MikeMcQuaid/install-handle-missing-receiptMike McQuaid
Handle missing receipt on `brew install`.
2017-04-02diagnostic: also ignore outdated CLT on Travis CI.Mike McQuaid
2017-04-02Use extend/OS mechanism for grep argsTim D. Smith
2017-04-02Handle missing receipt on `brew install`.Mike McQuaid
For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`.
2017-04-02Merge pull request #2443 from Homebrew/new-issue-templateMike McQuaid
ISSUE_TEMPLATE: tweak instructions.
2017-04-02Merge pull request #2431 from reitermarkus/fix-sudo-root-wheelMarkus Reiter
Use `sudo` if parent path of `target` is not writable.
2017-04-02ISSUE_TEMPLATE: tweak instructions.Mike McQuaid
Be clearer about what's expected and where to file things.
2017-04-02Unlink before rewriting linkTim D. Smith
ln_sf does the right thing when `dest` is a symlink pointing to a file: the symlink gets overwritten with a link pointing to the new src. But when dest points to a directory, we create a new symlink inside the folder dest points to, which doesn't help us at all.
2017-04-02Don't follow symlinks when hunting for stringsTim D. Smith
When we're assessing whether a bottle is relocatable, we shouldn't have to descend into symlink paths we encounter. This is supposed to be the default behavior but it doesn't appear to be (perhaps because we pass a symlink to the keg on the command line?). All of the switches that control this behavior differ between BSD and GNU grep, so sniff the grep flavor first.
2017-04-02Merge pull request #2440 from MikeMcQuaid/document-short-flagsMike McQuaid
Document all short flags.
2017-04-02docs: use long flags.Mike McQuaid
2017-04-02Document all short flags.Mike McQuaid
2017-04-02man: strip </?var> from Markdown output.Mike McQuaid
2017-04-02Merge pull request #2438 from eunikolsky/fix/link_PATH_messageMike McQuaid
Fix the 'export PATH' message in `link` for a keg-only formula