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 26, 2019
-
-
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
-
- 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`.
-
Mike McQuaid authored
shell commands: colourize messages
-
Markus Reiter authored
-
Mike McQuaid authored
Move some brew-test-bot logic to GitHub Actions.
-
EricFromCanada authored
-
Mike McQuaid authored
This will improve the output and ease of parsing while allowing code to be removed from brew-test-bot which relates only to a single repo (this one).
-
Mike McQuaid authored
utils/inreplace: do not allow to use empty list of files
-
Maxim Belkin authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
-
Maxim Belkin authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Mike McQuaid authored
info: adjust handling of analytics flags
-
Alexander Bayandin authored
-
EricFromCanada authored
-
- Nov 21, 2019
-
-
Mike McQuaid authored
build: bump rspec-retry from 0.6.1 to 0.6.2 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [rspec-retry](https://github.com/noredink/rspec-retry) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/noredink/rspec-retry/releases) - [Changelog](https://github.com/NoRedInk/rspec-retry/blob/master/changelog.md) - [Commits](https://github.com/noredink/rspec-retry/compare/v0.6.1...v0.6.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
EricFromCanada authored
-
- Nov 20, 2019
-
-
Mike McQuaid authored
Fix that `reason` is coerced to a boolean
-
David Rupp authored
https://github.com/Homebrew/brew/commit/f762033a57be271b778be6e39fe7d5b9d068ec64 introduced a bug such that `reason` is coerced to a boolean, so when displayed it loses information about the actual return value from `MissingFormula.reason`. This patch re-scopes the assignment of `reason` such that the actual reason is retained, while also retaining the sense of the new boolean check.
-
Mike McQuaid authored
shims/super/cc: remove isysroot space to fix cpp
-
Mike McQuaid authored
Upped the timeout for curl to 15 seconds to match other code
-