26 Jul
2018
26 Jul
'18
7:47 a.m.
Thanks Zhipeng!
Just 2 proposals. 1) Every time, when I run download_mirror, it will always download mvn which will take around 1~2 hours. Could you add a check in the script that if mvn.repo.tgz exists, do not try to download it again. Same for other packages.
Annotated, I will complement your idea with Saul's. Today the check is done only by identifying if the file is there, a checksum will give us the next level of verification.
2) When download list changed, the script only downloads added packages and also removes the ones of old versions that we do not used anymore.
Annotated.