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: handle more ubuntu git repo errors #214

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. fix: handle more ubuntu git repo errors

    Currently there may be situations where there are untracked files
    present in the ubuntu git working directory (likely due to some previous
    failure state), so the provider will now automatically issue a `git clean
    -fd` to try and resolve these rather than failing.  If the pull still
    fails, then just re-clone the repo (except in the case of 503 errors)
    
    Now raises a specific exception for the 503 errors which are
    frequently issued by the upstream https endpoint so that specific
    scenario can be handled separately
    
    Signed-off-by: Weston Steimel <[email protected]>
    westonsteimel committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b306356 View commit details
    Browse the repository at this point in the history