aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-12-06Document HOMEBREW_FORCE_BREWED_CURLMike McQuaid
Should have been in #3482.
2017-12-06Add missing `to_s`.Markus Reiter
2017-12-05Merge pull request #3318 from Git-Jiro/improve_auditMarkus Reiter
Add audit check for URL schema
2017-12-05Default environment filtering to on for all users.Mike McQuaid
2017-12-05Use cask.url.user_agent when availableMartin Schimandl
2017-12-04brew-aspell-dictionaries: move to homebrew/core.Mike McQuaid
Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core (to allow future additions of formula-specific `cmd`s).
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-03Refactor: Move FormulaAudit.check_http_content to utils/curlMartin Schimandl
2017-12-03Reuse FormulaAuditor to check Cask's URLsMartin Schimandl
2017-12-03Add --head to curl to speedup auditMartin Schimandl
2017-12-03Add audit check for URL schemaMartin Schimandl
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-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-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-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"