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
Sometimes, the download actions for some components are not successful due to network issues. However, the broken files have existed. So, when we invoke the download command once again, the command would skip these broken files.
IMO, it would be better to verify the checksum for the downloaded components to make sure the files are completed.
The text was updated successfully, but these errors were encountered:
I have thought, but this may increase the cost for users who want to use their custom version components. But it's OK if we can have a switch(maybe an env var named CHECKSUM_ENABLED) to allow user to disable it.
I found a common case in daily usage, the wrongly assembled URL would produce a zero size download/foo.tgz, and then cause the foo.tgz to be skipped to download in the next round even with the corrected URL
Sometimes, the download actions for some components are not successful due to network issues. However, the broken files have existed. So, when we invoke the
download
command once again, the command would skip these broken files.IMO, it would be better to verify the checksum for the downloaded components to make sure the files are completed.
The text was updated successfully, but these errors were encountered: