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 .
- Nov 28, 2019
-
-
dependabot-preview[bot] authored
Bumps [faraday](https://github.com/lostisland/faraday) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v0.17.0...v0.17.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Nov 27, 2019
-
-
Mike McQuaid authored
workflows/tests: tweak behaviour by OS.
-
Mike McQuaid authored
This should speed up Homebrew/brew testing by not running generic or no-compat tests on macOS.
-
Mike McQuaid authored
build: bump rubocop-rspec from 1.36.0 to 1.37.0 in /Library/Homebrew
-
Mike McQuaid authored
deps: use `runtime_dependencies` more readily.
-
Mike McQuaid authored
This is useful when debugging locally.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.36.0 to 1.37.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.36.0...v1.37.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
If all the passed packages are currently installed then use `runtime_dependencies` to get dependency data more quickly and accurately. As discussed in https://github.com/Homebrew/brew/issues/6769.
-
Mike McQuaid authored
GitHub Actions: get username if we don't have it
-
Mike McQuaid authored
catworkflows/tests: skip update-test unless on a PR.
-
Mike McQuaid authored
If this is a `master` build and it was merged: this is a flaky test we can't do anything about.
-
Markus Reiter authored
Show appcast contents if it doesn't contain the version.
-
Maxim Belkin authored
-
Maxim Belkin authored
This reverts commit c5da90e0.
-
Mike McQuaid authored
dev-cmd/audit: check resource name does not match formula name
-
- Nov 26, 2019
-
-
Mike McQuaid authored
audit: add libepoxy 1.5.4 to whitelist
-
Tom Schoonjans authored
-
Alexander Bayandin authored
-
Maxim Belkin authored
-
Mike McQuaid authored
build: bump parallel from 1.19.0 to 1.19.1 in /Library/Homebrew
-
Mike McQuaid authored
build: bump ffi from 1.11.2 to 1.11.3 in /docs
-
Mike McQuaid authored
build: bump parallel from 1.19.0 to 1.19.1 in /docs
-
- Nov 25, 2019
-
-
dependabot-preview[bot] authored
Bumps [ffi](https://github.com/ffi/ffi) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.11.2...1.11.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [parallel](https://github.com/grosser/parallel) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](https://github.com/grosser/parallel/compare/v1.19.0...v1.19.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [parallel](https://github.com/grosser/parallel) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](https://github.com/grosser/parallel/compare/v1.19.0...v1.19.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Nov 24, 2019
-
-
Mike McQuaid authored
bump-formula-pr: fix forking logic
-
Markus Reiter authored
-
- Nov 23, 2019
-
-
Dawid Dziurla authored
-
- Nov 22, 2019
-
-
Mike McQuaid authored
utils/analytics: fix refactoring rename.
-
Mike McQuaid authored
Fixes a bug from #6639.
-
Mike McQuaid authored
[Linux] info: Show Linux formulae details and analytics
-
Mike McQuaid authored
tests: set git user for update-test.
-
Mike McQuaid authored
Otherwise it can fail: https://github.com/Homebrew/brew/commit/a5550aa9a9e3a7eee415981021ac1f75db34eaf2/checks
-
Mike McQuaid authored
-
Issy Long authored
- This makes use of the new /api/formula-linux and /api/analytics-linux endpoints in formulae.brew.sh to give Linux users up to date formula and analytics info for their installed core formulae. Before, on Linux, the macOS stats for the `ack` formula: ``` $ brew info ack [...] ==> Analytics install: 12,422 (30 days), 32,742 (90 days), 97,788 (365 days) install_on_request: 10,778 (30 days), 28,339 (90 days), 85,202 (365 days) build_error: 0 (30 days) ``` Now, on Linux, the Linux stats for the `ack` formula: ``` $ brew info ack [...] ==> Analytics install: 95 (30 days), 242 (90 days), 737 (365 days) install_on_request: 94 (30 days), 241 (90 days), 734 (365 days) build_error: 0 (30 days) ```
-
Mike McQuaid authored
bump-formula-pr: enable same-repo (no-fork) Pull Requests
-
Mike McQuaid authored
Rescue more errors during `cask upgrade`.
-