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

Add retrying to installer #7348

Merged
merged 7 commits into from
Jul 7, 2016
Merged

Add retrying to installer #7348

merged 7 commits into from
Jul 7, 2016

Commits on Jul 6, 2016

  1. Add retrying loop code to installer.

    This is code as seen on install.meteor.com, seems to be working there (#6960 (comment))
    tmeasday authored and Ben Newman committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    4fbae08 View commit details
    Browse the repository at this point in the history
  2. Use sh compatible code (so we can have the exact same snippet as the …

    …installer).
    
    See #7348 (comment)
    tmeasday authored and Ben Newman committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    2860ab2 View commit details
    Browse the repository at this point in the history
  3. Make curl arguments slightly more readable.

    Ben Newman committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    5640fc3 View commit details
    Browse the repository at this point in the history
  4. Different .part files for different $TARBALL_URLs.

    Ben Newman committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    10773b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    876e122 View commit details
    Browse the repository at this point in the history
  6. Only retry tarball download 10 times, and add a 5 second delay.

    Hammering the server 98 times after a 404 seems excessive.
    Ben Newman committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    7c27f96 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

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