This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 23, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
ilovezfs authored
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 b70b5429, Requirement#satisfied? would usually be called during Build#expand_reqs, but that is longer the case.
-
- Jan 21, 2018
-
-
ilovezfs authored
rubocop: don't always display cop names.
-
ilovezfs authored
-
Mike McQuaid authored
fix broken sentence
-
Mike McQuaid authored
formula: reject dot dirs as racks
-
Mike McQuaid authored
pathname: fix rmdir_if_possible with mount points
-
Mike McQuaid authored
Deprecation fixes and cleanup
-
Mike McQuaid authored
utils: no deprecations for cached formulae.
-
Mike McQuaid authored
-
Mike McQuaid authored
These are already present in compat.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
`HOMEBREW_CACHE`d and `.brew`ed formulae cannot be updated so don't complain about their deprecation.
-
Simon B authored
-
- Jan 20, 2018
-
-
ilovezfs authored
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).
-
ilovezfs authored
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.
-
Mike McQuaid authored
docs/Versions: versions should build.
-
Mike McQuaid authored
Seems obvious but was somehow omitted.
-
Mike McQuaid authored
Versions: update acceptable versioned formulae.
-
Mike McQuaid authored
Clarify further what's acceptable and what isn't.
-
Mike McQuaid authored
README.md: secure two URLs
-
- Jan 19, 2018
-
-
Viktor Szakats authored
-
Mike McQuaid authored
`prepend` instead of alias hacks for deprecations
-
Alyssa Ross authored
It took me a while to figure out what this deprecation actually did, because the message wasn't accurate.
-
Alyssa Ross authored
We should probably write tests for these going forward. ;)
-
Alyssa Ross authored
-
- Jan 18, 2018
-
-
Mike McQuaid authored
README: update list of maintainers
-
Mike McQuaid authored
-
Mike McQuaid authored
Deprecate default_formula Requirement DSL
-
Mike McQuaid authored
cask bash completion: have upgrade only complete outdated packages
-
Mike McQuaid authored
publish_bottle_file_on_bintray: Use f.full_name
-
Mike McQuaid authored
Disable and add more deprecations.
-
Mike McQuaid authored
info: show spec options for optionless formulae
-
Mike McQuaid authored
Deprecate requirements harder
-
Mike McQuaid authored
rubocop 0.52.1
-
Mike McQuaid authored
Formula-Cookbook: various updates.
-
Mike McQuaid authored
These have all been deprecated/compat for a while.
-