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 some help with updating the registry in offline mode. #6871

Merged
merged 4 commits into from
Apr 29, 2019

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    80b9d32 View commit details
    Browse the repository at this point in the history
  2. Add some help with updating the registry in offline mode.

    This makes two changes:
    
    - If an index has never been downloaded, and `-Z offline` is used, provide a
      suggestion to run without `-Z offline`.
    
    - If an index needs to be updated, and the network appears to be down, suggest
      running with `-Z offline`.
    ehuss committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    c2d12c6 View commit details
    Browse the repository at this point in the history
  3. Revert attempt to provide a -Zoffline suggestion if updating fails.

    This is just too likely to be a false positive, or otherwise a bad suggestion.
    ehuss committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    0c4fb75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6fad3a View commit details
    Browse the repository at this point in the history