aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-12-03Implement linkage for LinuxShaun Jackman
2017-12-03extend/pathname: Add os/linux/elf.rbShaun Jackman
2017-12-03Merge pull request #3522 from reitermarkus/caskroomMarkus Reiter
Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`.
2017-12-03x11_requirement: remove custom minimum version.Mike McQuaid
This isn't desired or needed. Ensure older code still works, though.
2017-12-03Merge pull request #3515 from sjackman/popenMike McQuaid
Utils.popen_read: Nonexistent program should fail
2017-12-03Merge pull request #3516 from sjackman/system-config-versionMike McQuaid
config: Print the linked_version [Linux]
2017-12-03Fix unused variable.Markus Reiter
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-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-02Fix a test failure when svn is not installedShaun Jackman
2017-12-02lines_cop: Convert ARGV audit to negative look aheadGautham Goli
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-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-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-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 #3495 from reitermarkus/cask-external-commandsMarkus Reiter
Fix external Cask commands.
2017-11-29Merge pull request #3498 from lbergelson/lb_add_sentinel_one_whitelistMike McQuaid
whitelisting additional SentinelOne dylib pattern
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-29Fix external Cask commands.Markus Reiter
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-28Fully separate purge_versioned_filesL. E. Segovia
2017-11-28Only show `kext` caveat on High Sierra or above.Markus Reiter
2017-11-28Rename purge_backed_versioned_files to purge_backed_up_versioned_filesL. E. Segovia
2017-11-28Try #2 at handling backed up CasksL. E. Segovia
Avoid using variables altogether; fork out the purge into two specialized + one common function
2017-11-28Always backup the old Cask prior to upgradeL. E. Segovia
(and if doing so, correctly set the staged_path when purging it)
2017-11-28Use the proper path when purging metadataL. E. Segovia
2017-11-28Solve styling and metadata issuesL. E. Segovia
2017-11-28Stage to a different directory if upgrading Casks w/version :latestL. E. Segovia
2017-11-28Test upgrade for Casks with version :latestL. E. Segovia
2017-11-28Fix `_stanza` test.Markus Reiter
2017-11-28Refactor caveats and add `kext` caveat.Markus Reiter
2017-11-27Merge pull request #3396 from amyspark/hacktoberfest-upgradeMarkus Reiter
Implement `brew cask upgrade`
2017-11-27vendor-install: Add ARM bottle for portable-rubyShaun Jackman
2017-11-27Merge pull request #3487 from MikeMcQuaid/dev-env-filteringMike McQuaid
Enable environment filtering for developers.
2017-11-27More environment filtering fixesMike McQuaid
- Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables.