-
Notifications
You must be signed in to change notification settings - Fork 75
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
Merge fix: "use wget instead of curl #229" #241
Conversation
Release Candidate 1.10.1
Release candidate 1.11.0
|
I see no reasons not to switch from curl to wget |
@nicolae06 I updated the CHANGELOG, so you'll need to git pull before doing any changes. Since you changed a process, the corresponding tests are now failing.
|
Hi @maxulysse, I executed your command, but I removed the arguments as I encountered errors while attempting to run the test. The errors indicated that '--retry 5 --continue-at - --max-time 1200' are not recognized by wget. I checked the 'man wget' command, but these flags were not listed there. |
Thanks @nicolae06 for taking care of this! And apologies that I didn't manage. |
Thanks @nicolae06 ! The failing tests should be fixed when we merge in the template updates in #242 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Closes #169