[PATCH 1 of 4] scripts: do not download in // by default

Yann E. MORIN yann.morin.1998@anciens.enib.fr
Wed Aug 11 18:09:00 GMT 2010


# HG changeset patch
# User "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
# Date 1281546645 -7200
# Node ID 7baf8c84627999be384cf4c5f741bb9e58ad0c05
# Parent  72b3996ba3e66d20901682a2668e0b055495848e
scripts: do not download in // by default

Parallel downloads can be a bit harsh on the servers,
and some will fail (eg. uclibc.org) in some cases.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

diff --git a/config/global/download.in b/config/global/download.in
--- a/config/global/download.in
+++ b/config/global/download.in
@@ -94,7 +94,7 @@
 config DOWNLOAD_MAX_CHUNKS
     int
     prompt "Maximum number of // chunks"
-    default 5
+    default 1
     range 1 10
     help
       If you have aria2 installed, then it will be used to download files.

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list