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.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 05 7月, 2020 3 次提交
-
-
由 Jonathan Chang 创作于
-
由 Jonathan Chang 创作于
-
由 Jonathan Chang 创作于
-
- 04 7月, 2020 8 次提交
-
-
由 Rylan Polster 创作于
style: improve keg_only style checks
-
由 Mike McQuaid 创作于
dev-cmd/audit: don't error out if no license is detected by GitHub
-
由 Mike McQuaid 创作于
Separate formula name from tap name in need_python?
-
由 Dawid Dziurla 创作于
-
由 Rylan Polster 创作于
-
由 Rylan Polster 创作于
-
由 Bo Anderson 创作于
Move .codecov.yml
-
由 Mike McQuaid 创作于
> the file must still be located in the root, dev/, or .github/ directories https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml
-
- 03 7月, 2020 26 次提交
-
-
由 Mike McQuaid 创作于
throttle gatsby-cli to every 10 rel on multiple of 10
-
由 Claudia Pellegrino 创作于
sandbox: do not assume home is inside `/Users`
-
由 Mike McQuaid 创作于
build(deps): bump rubocop-rspec from 1.40.0 to 1.41.0 in /Library/Homebrew
-
由 Rui Chen 创作于
-
由 Mike McQuaid 创作于
-
由 Mike McQuaid 创作于
Add completion configuration for non-Homebrew fish
-
由 Claudia 创作于
It’s not uncommon to use `/var/${USER}` as a home directory, especially for shared or CLI-only users. This fixes an issue where a formula that requires `xcodebuild` is `brew install`ed from such a shared or CLI-only user account. In that case, `xcodebuild` would fail because it is denied writing to `/var/${USER}/Library/Developer/Xcode`. For details, see: https://gist.github.com/claui/17cd89f8f6b4094ac704f142ea811fd8 Suggested-by:
Bo Anderson <mail@boanderson.me>
-
由 Adrian Ho 创作于
-
由 Adrian Ho 创作于
Tested on Ubuntu 18.04 LTS
-
由 dependabot-preview[bot] 创作于
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.40.0...v1.41.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
由 Issy Long 创作于
sorbet/files.yaml: add new files
-
由 Mike McQuaid 创作于
dev-cmd/audit: tweak checksum audit.
-
由 Mike McQuaid 创作于
Compare against the latest `origin/master` checksum rather than whatever the previous one was.
-
由 Mike McQuaid 创作于
Use `atomic_write` instead of deleting and writing file.
-
由 vidusheeamoli 创作于
-
由 vidusheeamoli 创作于
-
由 vidusheeamoli 创作于
-
由 Markus Reiter 创作于
-
由 Issy Long 创作于
sorbet/files.yaml: set utils files to true
-
由 vidusheeamoli 创作于
Set utils/bottles.rb, utils/shell.rb and utils/svn.rb to true so that type errors in these files may be reported by Sorbet (cherry picked from commit fd3db131b0da78169fdff2031180a2bebe3cbb84)
-
由 Bo Anderson 创作于
dev-cmd/update-license-data: don't use partial downloading & fix --fail-if-changed
-
由 Bo Anderson 创作于
-
由 Bo Anderson 创作于
-
由 Bo Anderson 创作于
-
由 Bo Anderson 创作于
-
由 Bo Anderson 创作于
dev-cmd/bottle: fix positioning of bottle block in some cases
-
- 02 7月, 2020 3 次提交
-
-
由 Mike McQuaid 创作于
Check installed dependents on install and reinstall
-
由 Mike McQuaid 创作于
Add CodeCov YAML file.
-
由 Mike McQuaid 创作于
It's not sufficient to do this merely on `brew upgrade` because `brew install` and `brew reinstall` can also result in formulae being upgraded. This requires moving logic from `cmd/upgrade.rb` to `upgrade.rb`. To save you searching the diff the changes that resulted from doing that: - Query the installed formulae from class state in `FormulaInstaller` rather than the (incomplete) list that we passed into it. - Don't output the "Checking dependents" message. It was there for systems and configurations where this is slow but for most users and most installations this will be a (annoying, noisy) no-op. Fixes https://github.com/Homebrew/brew/issues/7860
-