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 .
- 27 Nov, 2020 1 commit
-
-
Jonathan Chang authored
-
- 13 Nov, 2020 1 commit
-
-
Markus Reiter authored
-
- 06 Nov, 2020 1 commit
-
-
EricFromCanada authored
-
- 22 Oct, 2020 1 commit
-
-
Jonathan Chang authored
Previously this would only warn on errors for certain Bintray API requests like publishing. This should now also warn on error for curl POST uploads (if the appropriate flag has been passed).
-
- 12 Oct, 2020 1 commit
-
-
Jonathan Chang authored
If the remote file is published and has a hash matching the file we're about to upload, just skip uploading and publishing it entirely, rather than bailing out with an error.
-
- 10 Oct, 2020 1 commit
-
-
Markus Reiter authored
-
- 12 Sep, 2020 1 commit
-
-
Dawid Dziurla authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- 10 Sep, 2020 1 commit
-
-
Dawid Dziurla authored
-
- 26 Aug, 2020 1 commit
-
-
Markus Reiter authored
-
- 06 Aug, 2020 2 commits
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- 26 Jul, 2020 1 commit
-
-
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. ```
-
- 25 Jul, 2020 1 commit
-
-
Markus Reiter authored
-
- 01 Jul, 2020 2 commits
-
-
Jonathan Chang authored
-
Jonathan Chang authored
-
- 21 Jun, 2020 1 commit
-
-
Jonathan Chang authored
-
- 13 Jun, 2020 1 commit
-
-
Dawid Dziurla authored
-
- 10 Jun, 2020 2 commits
-
-
Jonathan Chang authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jonathan Chang authored
Parse the JSON output of the upload and publish steps to ensure that a "success" message is always seen on upload, and that the number of files published is the same as the number of files we wanted to publish as based on the bottle JSON description.
-
- 10 May, 2020 1 commit
-
-
Bo Anderson authored
-
- 28 Apr, 2020 1 commit
-
-
Alexander Bayandin authored
-
- 26 Apr, 2020 1 commit
-
-
Alexander Bayandin authored
-
- 23 Apr, 2020 1 commit
-
-
Alexander Bayandin authored
-
- 21 Apr, 2020 1 commit
-
-
Alexander Bayandin authored
-
- 31 Mar, 2020 1 commit
-
-
Jonathan Chang authored
Also add debugging statements
-
- 30 Mar, 2020 2 commits
-
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Jonathan Chang authored
-