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

Use rsync to speed up "clone" #14

Closed
fkorotkov opened this issue Jul 28, 2020 · 1 comment
Closed

Use rsync to speed up "clone" #14

fkorotkov opened this issue Jul 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fkorotkov
Copy link
Contributor

Right now cp can take a lot of time. For example, it took almost 3 minutes to execute it for https://github.com/cirruslabs/cirrus-ci-web when I had node_modules locally.

One option will be to use rsync if repository has .gitignore availabe. It seems rsync can respect .gitignore which shoiuld significantly speed up "clone" time.

This issue can be cooped with #13 in order to make sure rsync is available inside a container we control.

@fkorotkov fkorotkov added the enhancement New feature or request label Jul 28, 2020
@edigaryev
Copy link
Contributor

This was implemented as a part of #22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants