Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-20.1: build: ask tar to read to end #52445

Merged
merged 2 commits into from
Aug 11, 2020

Conversation

jlinder
Copy link
Collaborator

@jlinder jlinder commented Aug 6, 2020

Backport:

Please see individual PRs for details.

/cc @cockroachdb/release

@jlinder jlinder requested review from dt and RaduBerinde August 6, 2020 00:49
@cockroach-teamcity
Copy link
Member

This change is Reviewable

dt added 2 commits August 10, 2020 21:05
tar typically stops reading as soon as it hits a zero block.
This can mean it closes its input before EOF, but that can make
the process sending that input, like curl, unhappy.

Instead, the -i option to tar instructs it to read to end of file.

Release note: none
@jlinder jlinder force-pushed the backport20.1-52265-52311 branch from 68b62e8 to 06cd914 Compare August 11, 2020 01:06
@jlinder jlinder merged commit 7cd827c into cockroachdb:release-20.1 Aug 11, 2020
@jlinder jlinder deleted the backport20.1-52265-52311 branch August 11, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants