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

[kbn-es] Windows uses zip snapshot, Linux uses tar. #20503

Merged
merged 2 commits into from
Jul 9, 2018

Conversation

tylersmalley
Copy link
Contributor

elastic/elasticsearch#30596 removed Windows-specific build files from the tar distribution. This moves to using zip while on windows.

Fixes #20063

@tylersmalley tylersmalley added the Team:Operations Team label for Operations Team label Jul 5, 2018
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@elasticmachine

This comment has been minimized.

@elasticmachine

This comment has been minimized.

.on('error', reject)
.pipe(zlib.createGunzip())
.on('error', reject)
.pipe(tarFs.extract(dirPath, { map: stripOne }))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, you can do tarFs.extract(dirPath, { strip: true })

Copy link
Member

@marius-dr marius-dr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@tylersmalley tylersmalley merged commit ee0610b into elastic:master Jul 9, 2018
tylersmalley added a commit that referenced this pull request Jul 9, 2018
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@tylersmalley
Copy link
Contributor Author

6.4/6.x: 316ddaf

tylersmalley pushed a commit to tylersmalley/kibana that referenced this pull request Jul 10, 2018
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
tylersmalley added a commit that referenced this pull request Jul 10, 2018
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@tylersmalley tylersmalley deleted the kbn-es-win branch March 26, 2020 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Team:Operations Team label for Operations Team v6.4.0 v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants