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 .
- Jul 05, 2020
-
-
Jonathan Chang authored
-
- Jul 01, 2020
-
-
Jonathan Chang authored
-
- Jun 30, 2020
-
-
lionellloh authored
-
- Jun 29, 2020
-
-
EricFromCanada authored
-
- Jun 26, 2020
-
-
Dario Vladovic authored
-
EricFromCanada authored
-
- Jun 25, 2020
-
-
lionellloh authored
-
- Jun 23, 2020
-
-
William Ma authored
-
William Ma authored
-
- Jun 21, 2020
-
-
Jonathan Chang authored
-
- Jun 19, 2020
-
-
lionellloh authored
-
Sean Molenaar authored
-
- Jun 08, 2020
-
-
Mike McQuaid authored
This is really, really slow at the moment for a few reasons: - it goes through the list of revisions twice - it checks many more revisions than it needs to Even after these improvements it's still by far the slowest audit so am also making it a `--git` only audit. Additionally, to further improve default `brew audit` performance do not run `brew style` checks when doing `brew audit` with no arguments. `brew style` can be run quickly and efficiently on all of a tap (and is cached) so no need to duplicate it here.
-
- Jun 05, 2020
-
-
Mike McQuaid authored
We no longer use this and `hub checkout` does what we want better.
-
- May 30, 2020
-
-
Mike McQuaid authored
- add more detailed manpage section for external commands (more information moved from their READMEs) - add `brew test-bot` to the manpage
-
Mike McQuaid authored
This is deprecated in #7660.
-
- May 20, 2020
-
-
Daniel Bayley authored
-
- May 18, 2020
-
-
vidusheeamoli authored
-
- May 14, 2020
-
-
Shaun Jackman authored
-
- May 07, 2020
-
-
Mike McQuaid authored
Fixes #7516
-
Dawid Dziurla authored
Also remove default `--with-label` value and add `--without-approval` option. Reviews could be automatically dismissed on new commits pushed (there is an option for that in repository settings on Github). That is not the case for labels. They remain attached to a PR, even when new commits are pushed. This is undesirable and creates security concerns, because someone could introduce untested code just before the automerge happens. Co-authored-by:
Eric Knibbe <enk3@outlook.com>
-
- Apr 21, 2020
-
-
Shaun Jackman authored
-
- Apr 20, 2020
-
-
Dawid Dziurla authored
-
Mike McQuaid authored
Fixes #7320
-
Mike McQuaid authored
Remove more unused code.
-
Mike McQuaid authored
-
- Apr 19, 2020
-
-
Mike McQuaid authored
- remove Jenkins Testing support from `brew pull` - update reference to MacStadium Orka - remove reference to DigitalOcean
-
Dawid Dziurla authored
-
- Apr 16, 2020
-
-
Mike McQuaid authored
This will allow `brew style` and `brew audit` to be run separately without providing duplicates. Additionally, run RuboCop style rules when `--strict` isn't provided and remove a confusing reference to `style`.
-
- Apr 14, 2020
-
-
Mike McQuaid authored
None of these made sense as end-user commands.
-
- Apr 13, 2020
-
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
- Apr 12, 2020
-
-
Issy Long authored
- Muscle memory is a thing, as is relying heavily on one's shell history. Now that the Jenkins runners are gone, `brew pull --bottle` no longer works. This removes the option. If maintainers are confused, they should [look at recent changes to the docs](https://docs.brew.sh/Brew-Test-Bot-For-Core-Contributors#bottling), or ask in Slack. - An earlier iteration of this showed a deprecation warning and a link to the docs, but when an option no longer physically works it's a bit late for deprecation *warnings*. - This also fixes a `brew style` warning from futher up in the file. pull: Appease RuboCop
-
Dawid Dziurla authored
also tweak usage to show that the commands accept multiple arguments
-
- Apr 11, 2020
-
-
Jonathan Chang authored
-
- Apr 09, 2020
-
-
Jonathan Chang authored
-
Jonathan Chang authored
-
Mike McQuaid authored
-
- Apr 07, 2020
-
-
Mike McQuaid authored
If `HOMEBREW_GITHUB_API_TOKEN` is not set and `GITHUB_TOKEN` is: let's use it. `GITHUB_TOKEN` is a somewhat standard env var to set for GitHub authentication tokens (e.g. used by `hub`).
-
Mike McQuaid authored
-
- Mar 31, 2020
-
-
Dawid Dziurla authored
-