This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9158 - Use environment variable to use other GNU mirror in rockboxdev.sh
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Sunday, 06 July 2008, 17:49 GMT+1
Last edited by Maurus Cuelenaere (mcuelenaere) - Friday, 01 August 2008, 13:19 GMT+1
Opened by Tomer Shalev (tomers) - Sunday, 06 July 2008, 17:49 GMT+1
Last edited by Maurus Cuelenaere (mcuelenaere) - Friday, 01 August 2008, 13:19 GMT+1
|
DetailsI've used rockboxdev.sh and ftp://ftp.gnu.org/pub/gnu was very slow at that time. I wanted to use other GNU mirror instead, which made me add this enhancement.
Now you can use any other GNU mirror (list available at http://www.gnu.org/prep/ftp.html) in the script. You must set the GNU_MIRROR environment variable with the mirror's URL. Usage example: # GNU_MIRROR=http://mirrors.kernel.org/gnu ./rockboxdev.sh |
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Friday, 01 August 2008, 13:19 GMT+1
Reason for closing: Accepted
Additional comments about closing: Thanks!
Friday, 01 August 2008, 13:19 GMT+1
Reason for closing: Accepted
Additional comments about closing: Thanks!
It is complementary to the first patch in this tracker item, as it notifies the user of an alternative for the URL the GNU tools are downloaded from.