# HG changeset patch # User "Yann E. MORIN" # Date 1313335112 -7200 # Node ID f210031278e0caaf14e0eed4cce4ab09f35b5b00 # Parent fac4018427d2920607e8f924672458be1b366551 samples: do not use the mirror by default As the mirror is always tried first, and the default is my server, it means every download will first hit my server. As I do not have much mirrored there, it means a lot of time is lost. Disable use of the mirror for all samples, except the one that does need it for the uClibc snapshot. Signed-off-by: "Yann E. MORIN" diff -r fac4018427d2 -r f210031278e0 samples/alphaev56-unknown-linux-gnu/crosstool.config --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config --- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/arm-davinci-linux-gnueabi/crosstool.config --- a/samples/arm-davinci-linux-gnueabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/arm-davinci-linux-gnueabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/arm-unknown-eabi/crosstool.config --- a/samples/arm-unknown-eabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/arm-unknown-eabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/arm-unknown-linux-gnueabi/crosstool.config --- a/samples/arm-unknown-linux-gnueabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/arm-unknown-linux-gnueabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/arm-unknown-linux-uclibcgnueabi/crosstool.config --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/armeb-unknown-linux-gnueabi/crosstool.config --- a/samples/armeb-unknown-linux-gnueabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/armeb-unknown-linux-gnueabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config --- a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/i586-geode-linux-uclibc/crosstool.config --- a/samples/i586-geode-linux-uclibc/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/i586-geode-linux-uclibc/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/i686-nptl-linux-gnu/crosstool.config --- a/samples/i686-nptl-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/i686-nptl-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/i686-pc-mingw32/crosstool.config --- a/samples/i686-pc-mingw32/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/i686-pc-mingw32/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/mips-unknown-linux-uclibc/crosstool.config --- a/samples/mips-unknown-linux-uclibc/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/mips64el-n32-linux-uclibc/crosstool.config --- a/samples/mips64el-n32-linux-uclibc/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/mips64el-n32-linux-uclibc/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/mips64el-n64-linux-uclibc/crosstool.config --- a/samples/mips64el-n64-linux-uclibc/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/mips64el-n64-linux-uclibc/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/mipsel-unknown-linux-gnu/crosstool.config --- a/samples/mipsel-unknown-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/powerpc-860-linux-gnu/crosstool.config --- a/samples/powerpc-860-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/powerpc-860-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/powerpc-unknown-linux-gnu/crosstool.config --- a/samples/powerpc-unknown-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/powerpc-unknown-linux-uclibc/crosstool.config --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config --- a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/powerpc64-unknown-linux-gnu/crosstool.config --- a/samples/powerpc64-unknown-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/powerpc64-unknown-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/sh4-unknown-linux-gnu/crosstool.config --- a/samples/sh4-unknown-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/sh4-unknown-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/x86_64-unknown-linux-gnu/crosstool.config --- a/samples/x86_64-unknown-linux-gnu/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/x86_64-unknown-linux-gnu/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set diff -r fac4018427d2 -r f210031278e0 samples/x86_64-unknown-linux-uclibc/crosstool.config --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config Sat Aug 13 00:05:51 2011 +0200 +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config Sun Aug 14 17:18:32 2011 +0200 @@ -40,9 +40,8 @@ # # CT_FORBID_DOWNLOAD is not set # CT_FORCE_DOWNLOAD is not set -CT_USE_MIRROR=y +# CT_USE_MIRROR is not set # CT_PREFER_MIRROR is not set -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set