<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all, <div class=""><br class=""></div><div class="">I notice we use curl to download things like boost. </div><div class=""><br class=""></div><div class="">Unfortunately for myself, I’m having connectivity issues to the LibreOffice servers. Whenever the download fails, the next time I run make it restarts from the beginning, and of course it fails. </div><div class=""><br class=""></div><div class="">Would it be possible to use the -C (continue) command?</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; background-color: rgb(0, 0, 0);" class=""><span style="color: rgb(245, 245, 245);" class="">cd /Users/5K/lo/core/external/tarballs/tmp && echo fetching boost_1_59_0.tar.bz2 && bash -c '/usr/bin/curl </span><font color="#ff2600" class="">-C - </font><font color="#f5f5f5" class="">-O <a href="http://dev-www.libreoffice.org/src/boost_1_59_0.tar.bz2" class="">http://dev-www.libreoffice.org/src/boost_1_59_0.tar.bz2</a> 2>&1 | tee -a /Users/5K/lo/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5 -r boost_1_59_0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "6aa9a5c6a4ca1016edd0ed1178e3cb87"; then echo ERROR: expected checksum for boost_1_59_0.tar.bz2 is 6aa9a5c6a4ca1016edd0ed1178e3cb87 2>&1 | tee -a /Users/5K/lo/core/external/tarballs/fetch.log; false; fi && mv boost_1_59_0.tar.bz2 ../ </font></div></div><div class=""><br class=""></div><div class="">We’d just have to add in the "-C -“ switches to Curl. </div><div class=""><br class=""></div><div class="">Are there any concerns in making this occur?</div><div class=""><br class=""></div><div class="">Chris</div></body></html>