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

Make project-clone work in a temporary directory; copy files at end #700

Merged
merged 1 commit into from
Dec 16, 2021

Commits on Dec 16, 2021

  1. Make project-clone work in a temporary directory; copy files at end

    To avoid issues where the project-clone container is killed while
    cloning (and thus leaving repos in an inconsistent state), do all
    actions to a temporary directory and move files into their expected
    location only as a last step. This should allow projects to be cloned
    correctly if the project-clone container is killed early in execution.
    
    Signed-off-by: Angel Misevski <[email protected]>
    amisevsk committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f2de405 View commit details
    Browse the repository at this point in the history