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

fix(setup): remove --retry-all-errors from manager repo file download #9343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 24, 2024

  1. fix(setup): remove --retry-all-errors from manager repo file download

    since this flag is only supported from curl 7.71.0 and up,
    we should yet be using it.
    
    The warnings on this flag kind of make it a bit less helpful
    in our case, cause it can end up with multiple data in the
    output, and break our the repo definition.
    
    Ref: https://curl.se/docs/manpage.html#--retry-all-errors
    fruch committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    77c36b4 View commit details
    Browse the repository at this point in the history