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

feat: function for downloading custom url #8

Merged
merged 1 commit into from Dec 13, 2023

Conversation

jacderida
Copy link
Contributor

In the node manager we want to support downloading a 'custom' binary, which is really a binary of safenode from someone's fork. These get uploaded and used during testnet deployments. This new function downloads the URL not on the basis of a convention, but instead just allowing any URL to be specified.

We make the assertion that the URL has to point to a zip or gzipped tar file.

In the node manager we want to support downloading a 'custom' binary, which is really a binary of
`safenode` from someone's fork. These get uploaded and used during testnet deployments. This new
function downloads the URL not on the basis of a convention, but instead just allowing any URL to be
specified.

We make the assertion that the URL has to point to a zip or gzipped tar file.
@jacderida jacderida merged commit 7dba8dc into maidsafe:main Dec 13, 2023
9 checks passed
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.

None yet

2 participants