aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-02-05Merge pull request #3748 from MikeMcQuaid/pin-more-robust1.5.3Mike McQuaid
Make pinning more robust
2018-02-05Make pinning more robustMike McQuaid
Don’t autoremove pins on uninstall or upgrade and note this in the manpage.
2018-02-05Merge pull request #3765 from MikeMcQuaid/metadata-odeprecatedMike McQuaid
utils: no .metadata deprecations.
2018-02-05Merge pull request #3757 from EricFromCanada/masterMike McQuaid
docs: add more option descriptions
2018-02-05utils: no .metadata deprecations.Mike McQuaid
Otherwise running on old casks can produce deprecations. Fixes #3738.
2018-02-05Merge pull request #3764 from woodruffw/audit-remove-constantMike McQuaid
audit: Remove FILEUTILS_METHODS constant
2018-02-04audit: Remove FILEUTILS_METHODS constantWilliam Woodruff
This constant hasn't been used since there was an `audit_line` method, and as such is vestigial.
2018-02-02Merge pull request #3751 from xiehuc/masterMike McQuaid
add ALL_PROXY for brew
2018-02-01docs: fix double backticks appearing in HTML manpageEricFromCanada
2018-02-01docs: add more missing option descriptionsEricFromCanada
and improve wording or formatting where necessary.
2018-02-01docs: add two taps, update CI infoEricFromCanada
and fix some wording.
2018-02-01update all_proxy and man pages #3751xiehuc
2018-01-30Merge pull request #3747 from MikeMcQuaid/no-tap-deprecatedMike McQuaid
tap: don’t tap deprecated taps.
2018-01-30add ALL_PROXY for brewxiehuc
Signed-off-by: xiehuc <xiehuc@gmail.com>
2018-01-29Merge pull request #3729 from ilovezfs/bump-formula-pr-more-enhancementsilovezfs
bump-formula-pr: more enhancements.
2018-01-29Merge pull request #3749 from MikeMcQuaid/xcode-requirement-macos-upgradeMike McQuaid
xcode_requirement: inform users of macOS upgrade.
2018-01-29Merge pull request #3746 from alyssais/development_tools_bottleMike McQuaid
Don't suggest install from bottle if not available
2018-01-29Merge pull request #3745 from commitay/styleMarkus Reiter
cask style: fix `--fix`
2018-01-28Don't suggest install from bottle if not availableAlyssa Ross
It only makes sense to tell a user to try installing from a bottle if there are bottles available for them to install for all the formulae they specified.
2018-01-29cask style: fix `--fix`commitay
2018-01-28xcode_requirement: inform users of macOS upgrade.Mike McQuaid
If you need a newer Xcode than the latest version provided by your version of macOS then you need to upgrade your OS to install the software.
2018-01-28tap: don’t tap deprecated taps.Mike McQuaid
These no longer have any files in them.
2018-01-28Merge pull request #3740 from reitermarkus/cask-styleMarkus Reiter
Fix `brew cask style` on Travis.
2018-01-28bump-formula-pr: improve version formula component regex.ilovezfs
2018-01-28bump-formula-pr: regex escape urls in replacements.ilovezfs
2018-01-28bump-formula-pr: detect download strategy from url.ilovezfs
Previously, CurlDownloadStrategy was hard coded.
2018-01-28bump-formula-pr: add Debian mirror handling.ilovezfs
2018-01-28bump-formula-pr: update GNU mirror handling.ilovezfs
homebrew/core now uses ftp.gnu.org/gnu for the primary url and ftpmirror.gnu.org for the mirror.
2018-01-28bump-formula-pr: improve formula name guessing.ilovezfs
2018-01-28Fix `brew cask style` on Travis.Markus Reiter
2018-01-28Merge pull request #3741 from kant/patch-1Markus Reiter
Minor proposal
2018-01-27Minor proposalDarĂ­o HereñĂș
2018-01-27Merge pull request #3524 from reitermarkus/configMarkus Reiter
Add `Hbc::Config` class.
2018-01-27Allow passing down configuration into Cask.Markus Reiter
2018-01-27Create `Hbc::Config` class.Markus Reiter
2018-01-27Merge pull request #3739 from MikeMcQuaid/no-travis-gem-rubyMike McQuaid
travis.yml: HOME Ruby path caching not needed.
2018-01-26travis.yml: HOME Ruby path caching not needed.Mike McQuaid
This ins stored in vendor/bundle now instead.
2018-01-26Merge pull request #3736 from MikeMcQuaid/travis-config-tweaksMike McQuaid
.travis.yml: make configuration tweaks.
2018-01-26Always install Gems into bundler location.Mike McQuaid
2018-01-26tap-new: update based on Homebrew/brew travis.yml.Mike McQuaid
2018-01-26travis.yml: general cleanup.Mike McQuaid
- Update Xcode version - Split out platform-specific code so we can see where time is spent - Manually trigger vendor Ruby installation - Use `brew update` to update things - Use `travis_retry` where relevant.
2018-01-26ruby.sh: fix version check.Mike McQuaid
- Rather than checking for the absence of a failure check for an actual success in the check - Fix the check to work on Ruby 1.9 (where `RUBY_VERSION.to_s.dup` is required to avoid modifying a frozen string).
2018-01-26Merge pull request #3735 from reitermarkus/travisMike McQuaid
Fix Travis deprecation error.
2018-01-26Update .travis.ymlMike McQuaid
2018-01-26Update .travis.ymlMike McQuaid
2018-01-26Update .travis.ymlMike McQuaid
2018-01-26Fix Travis deprecation error.Markus Reiter
2018-01-24Merge pull request #3728 from ilovezfs/bump-formula-pr-only-validate-tar-filesMike McQuaid
bump-formula-pr: only validate tar files.
2018-01-24bump-formula-pr: only validate tar files.ilovezfs
2018-01-24bump-formula-pr: use "resource" not "rsrc"ilovezfs