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 26, 2020
-
-
Issy Long authored
bintray: Fix "uninitialized constant EnvConfig" errors
-
Issy Long authored
- This fix was suggested by Sorbet when I ran `HOMEBREW_SORBET=1 bundle exec srb tc` on the latest `master` while playing around with the latest changes post-GSoC meeting. - Then I noticed it was actually a bug, introduced in adc36a05, found by us not being able to publish bottles for [this build of the `n` formula](https://github.com/Homebrew/homebrew-core/runs/910309641?check_suite_focus=true) in https://github.com/Homebrew/homebrew-core/pull/58606: ``` [master 31d32307bd] n: update 6.7.0 bottle. 1 file changed, 3 insertions(+), 3 deletions(-) curl: (22) The requested URL returned error: 404 Not Found Error: uninitialized constant Bintray::EnvConfig /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:28:in `open_api' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:43:in `upload' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:186:in `block (2 levels) in upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:158:in `each' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:158:in `block in upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:153:in `each' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:153:in `upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/pr-upload.rb:54:in `pr_upload' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:111:in `<main>' Error: Failure while executing; `/home/linuxbrew/.linuxbrew/bin/brew pr-upload --verbose --bintray-org=homebrew` exited with 1. ```
-
Markus Reiter authored
Refactor usages of global `Homebrew.args`.
-
Dustin Rodrigues authored
audit: add gitless and telegram-cli to prerelease list
-
- Jul 25, 2020
-
-
Adrian Ho authored
In support of #8075. Both formulae been on prerelease up till now.
-
Dustin Rodrigues authored
curl: alert on 301 redirect
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Shaun Jackman authored
Introduce ELFShim#rpath. Refactor keg_relocate to use the same. Return nil on no DT_RPATH, DT_RUNPATH, DT_SONAME, PT_INTERP.
-
Maxim Belkin authored
Detect unexpected linkage
-
rmnull authored
-
rmnull authored
-
rmnull authored
-
rmnull authored
refines PatchELF #runpath, #rpath #soname #interpreter to return nil. let Brew hard exits on PatchELF::PatchError. Co-authored-by:
Shaun Jackman <sjackman@gmail.com> Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jul 24, 2020
-
-
Dustin Rodrigues authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Mike McQuaid authored
build(deps): bump i18n from 1.8.4 to 1.8.5 in /Library/Homebrew
-
Mike McQuaid authored
build(deps): bump parallel_tests from 3.0.0 to 3.1.0 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md) - [Commits](https://github.com/grosser/parallel_tests/compare/v3.0.0...v3.1.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [i18n](https://github.com/svenfuchs/i18n) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/compare/v1.8.4...v1.8.5 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Dustin Rodrigues authored
create: use https rubydoc url
-
Issy Long authored
sorbet: add cli/args.rb to true
-
Dustin Rodrigues authored
-
vidusheeamoli authored
-
- Jul 23, 2020
-
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
curl: ensure final_url is populated with the final URL requested
-