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

Extending keyserver timeout to make alpine build more forgiving #3520

Merged

Commits on Nov 3, 2023

  1. Extending keyserver timeout to make alpine build more forgiving

    Right now, about 10% of alpine linux x64 builds fail due to
    timeouts when requesting keys from the keyserver.
    
    The hope is that these timeouts are just temporary slowness due
    to server load, and that an extended timeout is the correct fix.
    
    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6b3cf56 View commit details
    Browse the repository at this point in the history
  2. Removing code duplication

    And I'm asking the original committer for a review, to make sure
    this isn't a deliberate duplication.
    
    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8bf60d2 View commit details
    Browse the repository at this point in the history
  3. Removing temporary echo.

    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    76491c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    9bd0265 View commit details
    Browse the repository at this point in the history