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

Commits on Apr 5, 2022

  1. Add project cache

    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 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6c47e38 View commit details
    Browse the repository at this point in the history