Currently, every call to make prepare and make patch repulls the tgz file or Github repository, which is really slow.
We should modify this to in some way cache the charts-original, so simultaneous calls to make prepare and make patch don't have to keep re-pulling and deleting the upstream chart.
This caching should never happen on a make charts, make sync, or make validate; only on make prepare and make patch.
Currently, every call to make prepare and make patch repulls the tgz file or Github repository, which is really slow.
We should modify this to in some way cache the charts-original, so simultaneous calls to make prepare and make patch don't have to keep re-pulling and deleting the upstream chart.
This caching should never happen on a
make charts
,make sync
, ormake validate
; only onmake prepare
andmake patch
.