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

Issue 261: Compress distribution tar files using gzip #262

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

derekm
Copy link
Contributor

@derekm derekm commented Sep 28, 2022

Change log description
Produce compressed .tgz release assets instead of uncompressed .tar assets.

Purpose of the change
Fixes #261

What the code does
Sets gzip as the compression for Tar tasks in the gradle build.

How to verify it
./gradlew clean distribution and note *.tgz files in build/distribution.

@derekm derekm merged commit 06f1ae7 into pravega:master Sep 28, 2022
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.

Build produces uncompressed tar assets
2 participants