scripts: download.pl: retry download using filename
authorDavid Bauer <mail@david-bauer.net>
Wed, 18 Nov 2020 15:02:23 +0000 (16:02 +0100)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 27 Nov 2020 19:38:10 +0000 (14:38 -0500)
commitd44d59b0630a6591a2fcd9589be473a4fdb28060
treeb5346945583fb34dd52f8339e37cc85e414218cf
parent7fc08694008b8c6185c5646caca6abb9040dda84
scripts: download.pl: retry download using filename

With this commit, the download script will try downloading source files
using the filename instead of the url-filename in case the previous
download attempt using the url-filename failed.

This is required, as the OpenWrt sources mirrors serve files using the
filename files might be renamed to after downloading. If the original
mirror for a file where url-filename and filename do not match goes
down, the download failed prior to this patch.

Further improvement can be done by performing this only for the
OpenWrt sources mirrors.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit d36999389890fb952fc7cc8c0db8e1bbb671af12)
scripts/download.pl