aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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-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-29Fix @reitermarkus's commentsL. E. Segovia
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-27Allow passing down configuration into Cask.Markus Reiter
2018-01-27Create `Hbc::Config` class.Markus Reiter
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-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-24bump-formula-pr: only validate tar files.ilovezfs
2018-01-24bump-formula-pr: use "resource" not "rsrc"ilovezfs
2018-01-24Merge pull request #3725 from MikeMcQuaid/fix-odeprecated-again1.5.2Mike McQuaid
utils: reduce odeprecated warnings.
2018-01-24utils: reduce odeprecated warnings.Mike McQuaid
Fix the code so we don't actually output `odeprecated` warnings for `HOMEBREW_CACHE`d or `.brew`d formulae.
2018-01-23Merge pull request #3724 from ilovezfs/call-satisfied-at-least-onceMike McQuaid
build: call satisified? before modifying env.
2018-01-23build: remove req satisfied calls.Mike McQuaid
2018-01-23requirement: odeprecated for default_formula usage.Mike McQuaid
2018-01-23requirement: make deprecated stuff unsupported.Mike McQuaid
2018-01-23requirement: call satisfied? from modify_build_environment.Mike McQuaid
2018-01-22build: call satisified? before modifying env.ilovezfs
Requirement#modify_build_environment may depend on the side effects of Requirement#satisfied?, so make sure the latter is called at least once for each requirement during formula installation. Prior to b70b5429d09, Requirement#satisfied? would usually be called during Build#expand_reqs, but that is longer the case.
2018-01-22fetch: also fetch resources' patchesilovezfs
2018-01-22resource: allow patches to be appliedilovezfs
2018-01-21rubocop: don't always display cop names.ilovezfs
2018-01-21Merge pull request #3712 from sesam/language-fixMike McQuaid
fix broken sentence
2018-01-21Merge pull request #3703 from ilovezfs/dot-dirs-are-not-racksMike McQuaid
formula: reject dot dirs as racks
2018-01-21Merge pull request #3702 from ilovezfs/fix-rmdir_if_possible-with-mount-pointsMike McQuaid
pathname: fix rmdir_if_possible with mount points
2018-01-21Merge pull request #3706 from MikeMcQuaid/deprecation-fixesMike McQuaid
Deprecation fixes and cleanup
2018-01-21compat/requirements: fix dependency names.Mike McQuaid
2018-01-21formula_support: remove duplicated odeprecated.Mike McQuaid
These are already present in compat.
2018-01-21upgrade --all: use odeprecated.Mike McQuaid
2018-01-21(un)linkapps: hide from manpage, use odeprecated.Mike McQuaid
2018-01-21utils: no deprecations for cached formulae.Mike McQuaid
`HOMEBREW_CACHE`d and `.brew`ed formulae cannot be updated so don't complain about their deprecation.
2018-01-21fix broken sentenceSimon B
2018-01-19formula: reject dot dirs as racksilovezfs
Dot directories are not racks because formulae names do not start with "." so avoid attempting to descend into dot directories, which may not always be possible (e.g. .Trashes).
2018-01-19pathname: fix rmdir_if_possible with mount pointsilovezfs
Attempting to rmdir a directory that is a mount point results in EBUSY, not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible.
2018-01-18Improve deprecation message for dependency tagsAlyssa Ross
It took me a while to figure out what this deprecation actually did, because the message wasn't accurate.
2018-01-18Load formula_support deprecationsAlyssa Ross
We should probably write tests for these going forward. ;)