This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9156 - rockboxdev.sh does not abort when downloading fails
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Sunday, 06 July 2008, 14:24 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Sunday, 10 August 2008, 16:36 GMT+2
Opened by Tomer Shalev (tomers) - Sunday, 06 July 2008, 14:24 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Sunday, 10 August 2008, 16:36 GMT+2
|
DetailsThe rockboxdev.sh script download files using the getfile function.
This function does not verify that the download tool returned error code 0. For example, when there is no internet connection, the script should fail when trying to download the first file. The patch adds this test to the script. |
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Sunday, 10 August 2008, 16:36 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks!
Sunday, 10 August 2008, 16:36 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks!
Previous patch is broken due to code change. I'm uploading an updated patch (no changes to code).