aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-23Merge pull request #3722 from sesam/add-doc-and-style-to-pr-templateMike McQuaid
Add doctor and style to checklist.
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-23don't add brew doctorSimon B
2018-01-23Add doctor and style to checklist.Simon B
Ensures that contributors know about `brew doctor` and `brew style` before submitting a PR, since CI fails on `brew style` breaches.
2018-01-22Merge pull request #3714 from ilovezfs/resource-patches1.5.1Mike McQuaid
resource: allow patches to be applied
2018-01-22fetch: also fetch resources' patchesilovezfs
2018-01-22resource: allow patches to be appliedilovezfs
2018-01-21Merge pull request #3710 from ilovezfs/rubocop-no-display-cop-names-defaultilovezfs
rubocop: don't always display cop names.
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-21Merge pull request #3707 from MikeMcQuaid/no-deprecations-cache-brewMike McQuaid
utils: no deprecations for cached formulae.
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-19Merge pull request #3699 from MikeMcQuaid/versions-should-buildMike McQuaid
docs/Versions: versions should build.
2018-01-19docs/Versions: versions should build.Mike McQuaid
Seems obvious but was somehow omitted.
2018-01-19Merge pull request #3697 from MikeMcQuaid/acceptable-versioned-formulaeMike McQuaid
Versions: update acceptable versioned formulae.
2018-01-19Versions: update acceptable versioned formulae.Mike McQuaid
Clarify further what's acceptable and what isn't.
2018-01-19Merge pull request #3698 from vszakats/tlsMike McQuaid
README.md: secure two URLs
2018-01-19README.md: secure two URLsViktor Szakats
2018-01-19Merge pull request #3696 from alyssais/prepend1.5.0Mike McQuaid
`prepend` instead of alias hacks for deprecations
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. ;)
2018-01-18`prepend` instead of alias hacks for deprecationsAlyssa Ross
2018-01-18Merge pull request #3676 from apjanke/make-apjanke-former-maintainerMike McQuaid
README: update list of maintainers
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2018-01-18Merge pull request #3661 from MikeMcQuaid/deprecate-default-formulaMike McQuaid
Deprecate default_formula Requirement DSL
2018-01-18Merge pull request #3687 from ↵Mike McQuaid
apjanke/brew-cask-upgrade-completion-list-outdated-only cask bash completion: have upgrade only complete outdated packages
2018-01-18Merge pull request #3689 from sjackman/pull-jsonMike McQuaid
publish_bottle_file_on_bintray: Use f.full_name
2018-01-18Merge pull request #3694 from MikeMcQuaid/more-odisabledMike McQuaid
Disable and add more deprecations.
2018-01-18Merge pull request #3693 from ilovezfs/info-always-show-spec-optionsMike McQuaid
info: show spec options for optionless formulae
2018-01-18Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harderMike McQuaid
Deprecate requirements harder
2018-01-18Merge pull request #3636 from Homebrew/rubocop-bumpMike McQuaid
rubocop 0.52.1
2018-01-18Merge pull request #3695 from MikeMcQuaid/cookbook-updatesMike McQuaid
Formula-Cookbook: various updates.
2018-01-18Disable and add more deprecations.Mike McQuaid
These have all been deprecated/compat for a while.