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

Separate binary and source Node installation steps #149

Merged
merged 4 commits into from
Feb 13, 2016

Conversation

techtonik
Copy link
Contributor

This makes nodeenv download node.exe directly into bin/ directory.

Linux download should get and unpack binary files directly without additional copy operation. This reuses download src logic as before, but needs to be checked that I didn't broke anything there.

@techtonik techtonik mentioned this pull request Feb 9, 2016
@techtonik
Copy link
Contributor Author

Test fails, because Linux binary is unpacked into node-v5.5.0-linux-x86/ subdir, named just as archive.

@techtonik
Copy link
Contributor Author

Fixing...

@techtonik
Copy link
Contributor Author

Well, it is ready to be merged for #140 even if coverage percentage fails. I removed some code duplication, but that's all I can do.

ekalinin added a commit that referenced this pull request Feb 13, 2016
Separate binary and source Node installation steps
@ekalinin ekalinin merged commit 3bed60a into ekalinin:master Feb 13, 2016
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