aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-12-03Also remove writer method for `Hbc.binarydir`.Markus Reiter
2017-12-03Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`.Markus Reiter
2017-12-03Merge pull request #3514 from reitermarkus/system_commandMarkus Reiter
Fix SystemCommand escaping … again.
2017-12-02Utils.popen_read: Nonexistent program should failShaun Jackman
Ensure that $CHILD_STATUS.success? is false when the command does not exist.
2017-12-02Revert extra deletionL. E. Segovia
2017-12-02Rename whole build_options block (copypaste from reinstall)L. E. Segovia
2017-12-02Delete `--ignore-dependencies` additionsL. E. Segovia
2017-12-02config: Print the linked_version [Linux]Shaun Jackman
Otherwise when the keg was installed but out-of-date, it would display "N/A".
2017-12-02Merge pull request #3518 from GauthamGoli/audit_bug_fixMike McQuaid
lines_cop: Convert ARGV audit to negative look ahead
2017-12-02Merge pull request #3519 from sjackman/svnMike McQuaid
Fix a test failure when svn is not installed
2017-12-02Let the upgrade command add new build flagsL. E. Segovia
2017-12-02Fix a test failure when svn is not installedShaun Jackman
2017-12-02Remember `--ignore-dependencies` when installing and upgradingL. E. Segovia
2017-12-02lines_cop: Convert ARGV audit to negative look aheadGautham Goli
2017-12-02Merge pull request #3507 from sjackman/cpuMike McQuaid
Hardware::CPU: Implement OS-agnostic methods
2017-12-02Refactor Cask's doctor commandL. E. Segovia
- Remove :failed - Use Checkable to store the status and warnings/errors - Refactor the methods using audit as basis
2017-12-01Hardware::CPU: Implement OS-agnostic methodsShaun Jackman
2017-12-02Simplify `PATH` usage in `Formula`.Markus Reiter
2017-12-02Support environment filtering in Casks.Markus Reiter
2017-12-01Fix SystemCommand escaping … again.Markus Reiter
2017-12-01hooks/bottles: remove bottle hooks.Mike McQuaid
These were removed from Boxen in: https://github.com/boxen/puppet-homebrew/pull/108
2017-11-30Merge pull request #3505 from MikeMcQuaid/unify-proxy-docsMike McQuaid
Unify proxy documentation.
2017-11-30Unify proxy documentation.Mike McQuaid
Specify under the list of environment variables how to set each of those that we passthrough and use.
2017-11-30Merge pull request #3509 from MikeMcQuaid/version-null-to-iMike McQuaid
version/null: add to_i method.
2017-11-30Let Cask doctor exit with 1 via a CaskErrorL. E. Segovia
2017-11-30version/null: add to_i method.Mike McQuaid
Fixes #3504.
2017-11-30Merge pull request #3506 from MikeMcQuaid/cleaner_spec_osMike McQuaid
cleaner_spec: have a single "cleans files" test.
2017-11-30Merge pull request #3493 from Noctem/ssh_envMike McQuaid
Include SSH_AUTH_SOCK in filtered environment
2017-11-29Include SSH_AUTH_SOCK in filtered environmentDavid Christenson
Include SSH_AUTH_SOCK (if set) in the filtered environment to avoid SSH issues with git.
2017-11-29Merge pull request #3486 from sjackman/portable-ruby-armMike McQuaid
vendor-install: Add ARM bottle for portable-ruby
2017-11-29cleaner_spec: have a single "cleans files" test.Mike McQuaid
This avoids noting the the Linux test as "pending" on Mac.
2017-11-29Merge pull request #3492 from amyspark/fix-latest-casksMarkus Reiter
Properly upgrade Casks with version :latest
2017-11-29Merge pull request #3501 from barreyra/masterMike McQuaid
Adding proxy variables to FILTERED_ENV
2017-11-29Merge pull request #3495 from reitermarkus/cask-external-commandsMarkus Reiter
Fix external Cask commands.
2017-11-29bin/brew: add lowercase variants.Mike McQuaid
2017-11-29Merge branch 'master' into masterMike McQuaid
2017-11-29Merge branch 'master' into masterMike McQuaid
2017-11-29Merge pull request #3498 from lbergelson/lb_add_sentinel_one_whitelistMike McQuaid
whitelisting additional SentinelOne dylib pattern
2017-11-29Merge pull request #3499 from reitermarkus/sudo-askpassMike McQuaid
Whitelist `SUDO_ASKPASS` environment variable.
2017-11-29Adding proxy variables to FILTERED_ENVBruno R. Barreyra
Fixes #3500
2017-11-29Leftover of @reitermarkus's commentsL. E. Segovia
Simplify a condition
2017-11-29Implement @reitermarkus's commentsL. E. Segovia
Leftover && and remove xattr "copy"
2017-11-28Remove unused backup and metadata logicL. E. Segovia
2017-11-29Whitelist `SUDO_ASKPASS` environment variable.Markus Reiter
2017-11-29Fix external Cask commands.Markus Reiter
2017-11-29Merge pull request #3497 from reitermarkus/caveatsMarkus Reiter
Only show `kext` caveat on High Sierra or above.
2017-11-28whitelisting additional SentinelOne dylib patternLouis Bergelson
it seems like SentinelOne is now using dylibs that include a number, possibly randomized in some way this causes brew doctor to give a warning, but it should probably be ignored like the previous versions of the sentinel dylib updating diagnostic.rb to include a new pattern to ignore dylibs of the form sentinel-*.dylib
2017-11-28Merge pull request #3496 from reitermarkus/fix-shell-detectionMarkus Reiter
Fix `Utils::Shell.parent`.
2017-11-28Fully separate purge_versioned_filesL. E. Segovia
2017-11-28Only show `kext` caveat on High Sierra or above.Markus Reiter