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

Update: use a named version folder in NPM tarballs (#4094) #91

Merged
merged 1 commit into from
Aug 9, 2017

Conversation

GulajavaMinistudio
Copy link
Owner

Summary

Fixes yarnpkg#3758. Makes the top-level folder in the tar archives have a name like yarn-vX.Y.Z instead of dist using the --transform and -s options in tar (they are different in GNU and BSD tar).

Test plan

Run yarn build-dist and then tar -ztvf artifacts/yarn-v1.0.0.tar.gz. Make sure the output lists all the files under yarn-v1.0.0 directory.

Summary

Test plan

**Summary**

Fixes #3758. Makes the top-level folder in the tar archives have a name like `yarn-vX.Y.Z` instead of `dist` using the `--transform` and `-s` options in `tar` (they are different in GNU and BSD `tar`).

**Test plan**

Run `yarn build-dist` and then `tar -ztvf artifacts/yarn-v1.0.0.tar.gz`. Make sure the output lists all the files under `yarn-v1.0.0` directory.
@GulajavaMinistudio GulajavaMinistudio merged commit d74825c into GulajavaMinistudio:master Aug 9, 2017
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.

2 participants