https://github.com/carla-simulator/carla
Revision 6c780b90bf91d1f8f3276caad2d9f4170645ced8 authored by SUNIL PATEL on 23 April 2019, 10:11:56 UTC, committed by Néstor Subirón on 23 April 2019, 10:11:56 UTC
the update is a very costly operation and it downloads ~6gb every time. 
many time this download get interrupted and again the same file needs to be downloaded from the beginning.
to avoid this  -c argument is added to `wget`.
this will help in continuing download from the point it was interrupted previously.
1 parent f045d35
History
Tip revision: 6c780b90bf91d1f8f3276caad2d9f4170645ced8 authored by SUNIL PATEL on 23 April 2019, 10:11:56 UTC
added -c to wget to recover the interrupted download (#1559)
Tip revision: 6c780b9
File Mode Size
.github
Deprecated
Docs
LibCarla
PythonAPI
RoadRunnerFiles
Unreal
Util
.gitattributes -rw-r--r-- 12 bytes
.gitignore -rw-r--r-- 447 bytes
.pep8 -rw-r--r-- 29 bytes
.travis.yml -rw-r--r-- 2.4 KB
CHANGELOG.md -rw-r--r-- 35.1 KB
CMakeLists.txt -rw-r--r-- 125 bytes
Doxyfile -rw-r--r-- 1.3 KB
Jenkinsfile -rw-r--r-- 2.0 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 135 bytes
README.md -rw-r--r-- 4.8 KB
Update.sh -rwxr-xr-x 3.0 KB
mkdocs.yml -rw-r--r-- 1.4 KB
wheel_config.ini -rw-r--r-- 87 bytes

README.md

back to top