You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vendir should have a two step process, first download all sources (for which it does not have a cache entry)
next distribute all files in the directories entries. This will also make parallel processing trivial for the second step, parallel execution for the first step might be more tricky depending on how the download tools work.
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
Describe the problem/challenge you have
See discussion below: I changed this request to a "implement caching request"
Vendir is really slow if you clone multiple repos and sources.
Describe the solution you'd like
It would be nice to have a cache feature on entries in
directoriessuch that vendoring is fasterSo in the below:
vendirwould cache the sources from&refonce and then the copying of the files for all entries would speed up tremendously.Note
Vendir should have a two step process, first download all sources (for which it does not have a cache entry)
next distribute all files in the
directoriesentries. This will also make parallel processing trivial for the second step, parallel execution for the first step might be more tricky depending on how the download tools work.Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.