Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Fix node download logic #1048

Merged
merged 4 commits into from
Aug 3, 2016
Merged

Conversation

hiddentao
Copy link
Contributor

This cleans up and fixes the node download logic, fixing the Linux x64 geth node problem too.


toDownload.push({
Copy link
Contributor

Choose a reason for hiding this comment

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

redundant code L153-L156

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, fixed!

@luclu
Copy link
Contributor

luclu commented Jul 28, 2016

gulp update-nodes --platform darwin

hiccups during the unzip stage.

@hiddentao
Copy link
Contributor Author

Fixed unzipping.

@luclu
Copy link
Contributor

luclu commented Jul 28, 2016

Sweet, works for me. Let's wait for travis to ACK.


return merge.apply(null, streams);
if (0 <= osArch.indexOf('linux')) {
ret = shell.exec(`tar -xzf ./nodes/geth/${zipFileName} -C ./nodes/geth/${osArch}`);
Copy link
Contributor

@luclu luclu Jul 28, 2016

Choose a reason for hiding this comment

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

tar -xf suffices as it is not gunzipped. This should fix travis. (http://stackoverflow.com/a/15744167)
Though I wonder about this behaviour

Copy link
Contributor

@luclu luclu Aug 2, 2016

Choose a reason for hiding this comment

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

ping @hiddentao

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@luclu should be fixed

@luclu
Copy link
Contributor

luclu commented Aug 2, 2016

Works great for me on with all --platform combinations.

@lock
Copy link

lock bot commented Mar 31, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants