Changes between Initial Version and Version 1 of Ticket #5490


Ignore:
Timestamp:
Jul 11, 2019, 1:02:52 AM (5 years ago)
Author:
historic_bruno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5490 – Description

    initial v1  
    1 Currently the function `download_lib` in `build-osx-libs.sh` uses curl to download the source tarballs. However, the files might move or the URL may be incorrectly configured. [#5453#comment:12 In these cases], the error pages are saved with the tarball filename as a successful download, and the script proceeds as if nothing happened.
     1Currently the function `download_lib` in `build-osx-libs.sh` uses curl to download the source tarballs. However, the files might move or the URL may be incorrectly configured. [comment:11:ticket:5453 In these cases], the error pages are saved with the tarball filename as a successful download, and the script proceeds as if nothing happened.
    22
    33This can be resolved by adding the -f flag to curl, so it fails immediately on e.g. 404 errors.