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 .
- Oct 16, 2018
-
-
Markus Reiter authored
-
Mike McQuaid authored
README: add moisan to maintainers.
-
Mike McQuaid authored
utils/github: add ValidationFailedError.
-
Mike McQuaid authored
-
Mike McQuaid authored
These have specific errors returned so would be more useful to output.
-
- Oct 15, 2018
-
-
Mike McQuaid authored
-
Markus Reiter authored
Fix cleanup of incomplete downloads.
-
Mike McQuaid authored
bottles: make `or_later` the default.
-
Mike McQuaid authored
analytics: fix display of build error options.
-
Mike McQuaid authored
Shorten tap line length
-
- Oct 14, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Generate Cobertura coverage data for Azure Pipelines
-
Mike McQuaid authored
These can be used and displayed directly in the Azure Pipelines GUI. It may not end up replacing CodeCov but it's easy enough so: why not.
-
Mike McQuaid authored
cli_parser: improve help text formatting
-
Markus Reiter authored
-
Mike McQuaid authored
Currently these are all like `wget #<Options:0x0000000101171658>`.
-
Markus Reiter authored
Cask: fix quarantine check when xattr is broken
-
Markus Reiter authored
Cask: set write permissions on symlinks
-
Markus Reiter authored
Use the `all` matcher to check the existence of each path.
-
Mike McQuaid authored
When Mojave was in beta we made it so that High Sierra bottles would automatically be used on Mojave. Let's make this the default in general: older bottles will be used on newer versions of macOS when a newer bottle is not available. This should make it easier for taps to bottle single versions of bottles which will work more widely and to give us breathing room whenever a new version of macOS is released. Currently this only applies to the `wine` formula which will have the `or_later` removed in a Homebrew/homebrew-core PR. Question: should we use an `odeprecated` for the use of `or_later`?
-
Mike McQuaid authored
Bump mustache from 1.0.5 to 1.1.0 in /Library/Homebrew/test
-
Mike McQuaid authored
Use cache_store for descriptions
-
- Oct 13, 2018
-
-
Mike McQuaid authored
This makes use of both the existing interfaces and could use the existing cache file but we'll create a new one and cleanup the old one to avoid issues and use a more consistent name.
-
Alec Clarke authored
This change allows us to remove the `RSpec/IteratedExpectation` rule from `.rubocop_todo.yml` as we no longer iterate over each path to check existence. Note: We this PR didn't change the subsequent test checking for the negative expectations as this isn't part of the rule (see: https://github.com/rubocop-hq/rubocop-rspec/issues/278).
-
dependabot[bot] authored
Bumps [mustache](https://github.com/mustache/mustache) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/mustache/mustache/releases) - [Changelog](https://github.com/mustache/mustache/blob/master/HISTORY.md) - [Commits](https://github.com/mustache/mustache/compare/v1.0.5...v1.1.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
L. E. Segovia authored
-
EricFromCanada authored
- reduce desc_line_length so `brew help` output fits in 80 columns - support special formatting across line breaks - support emphasis using asterisks - add missing depends_on: tests
-
- Oct 12, 2018
-
-
Mike McQuaid authored
bump-formula-pr: gracefully handle unforkable repositories
-
Mike McQuaid authored
rubocop: only use config if style is testing specified file(s)
-
commitay authored
azure/travis: update to xcode 10
-
commitay authored
-
commitay authored
-
commitay authored
audit: use `core_tap` instead of `official_tap`
-
commitay authored
-
commitay authored
Bump octokit from 4.12.0 to 4.13.0 in /docs
-
dependabot[bot] authored
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.12.0...v4.13.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Oct 11, 2018
-
-
Alyssa Ross authored
This saves an API call, and is more accurate, because the repo API doesn't actually say whether forking is enabled, but this error message does. To do this, the original GitHub error message had to be accessible on the GitHub exceptions.
-
Alyssa Ross authored
-
Alyssa Ross authored
GitHub seems to be discouraging forking private repositories[0]: > By default, new organizations are configured to disallow the forking > of private repositories. bump-formula-pr tries to create its pull requests from a fork, so it can't be used for private taps set up in this way. I've added a --no-fork option that will create PRs in the tap repo itself, rather than in a fork, to accommodate this use case. [0]: https://help.github.com/articles/allowing-people-to-fork-private-repositories-in-your-organization/
-
Mike McQuaid authored
Remove redundant check in formula_files and cask_files
-