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 project cache #473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrzej-kaczmarek
Copy link
Contributor

No description provided.

This adds cache for project packages. It can be enabled with
"project_cache: 1" in newtrc.yml.

Once enabled, packages list for each repo will be stored in .cache
directory and read from there on subsequent executions. This allows to
substantially strip time required to find packages in each repo. Cache
will be used as long as current repo hash matches the cache.
@andrzej-kaczmarek andrzej-kaczmarek changed the title [wip] Add project cache Add project cache Apr 15, 2022
@andrzej-kaczmarek andrzej-kaczmarek marked this pull request as ready for review April 15, 2022 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant