rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Support nested tgz and tar comparisions #69

Closed aiyengar2 closed 2 years ago

aiyengar2 commented 2 years ago

Due to the changes introduced in https://github.com/rancher/charts-build-scripts/pull/64, we now have tgz files within tgz files, which was previously unexpected. Therefore, when CompareTgz (used to see whether an archive is up to date by deep comparing the contents) encounters a tgz or tar file, we need to recursively apply the same logic to compare the internal tgz or tar file.