diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-02 23:10:37 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-02 23:10:37 +0200 |
commit | 03c3e02fb7a336f2e3016a8ea339163ebdef8c9a (patch) | |
tree | 93a0a6fc2f5248e783fcef6f26ec3914f72a6f1e /config/global | |
parent | 263c92b3eb47ec6573ca0e0b1956ac7266aa9312 (diff) | |
download | crosstool-ng-03c3e02fb7a336f2e3016a8ea339163ebdef8c9a.tar.gz crosstool-ng-03c3e02fb7a336f2e3016a8ea339163ebdef8c9a.tar.bz2 crosstool-ng-03c3e02fb7a336f2e3016a8ea339163ebdef8c9a.zip |
scripts: try the mirror even if downloads are forbidden
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/download.in | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/config/global/download.in b/config/global/download.in index 801d06bf..9f4b6456 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -25,37 +25,6 @@ config FORCE_DOWNLOAD Useful if you suspect a tarball to be damaged. -config USE_MIRROR - bool - prompt "Use a mirror" - help - If you have a machine on your LAN that mirrors some of the needed - tarballs, you can say 'Y' here, and configure adequate values in - the following options. - - Obviously, nothing prevents you from using a mirror that is in fact - *not* on your LAN, for example on another subnet of your company's - network, or a mirror on the Internet. - -config MIRROR_BASE_URL - string - prompt "Base URL" - depends on USE_MIRROR - default "http://ymorin.is-a-geek.org/mirrors/" - help - This is the base URL searched in for tarballs. - - I (Yann E. MORIN) have set up such a mirror to host snapshots of - some components, when those snapshots are volatile on the upstream - servers. The mirror is *slow*, because it is hosted behind an ADSL - line. For the time being, I haven't set up bandwidth limitations, - but should the mirror be abused, I will. Please avoid using my - machine when you can... Also, no guarantee is made as to its - availability. Use at your own risks. - - The mirror is available at: - http://ymorin.is-a-geek.org/mirrors/ - config CONNECT_TIMEOUT int prompt "Connection timeout" @@ -87,3 +56,34 @@ config ONLY_DOWNLOAD Useful to pre-retrieve the tarballs before going off-line. endif # ! FORBID_DOWNLOAD + +config USE_MIRROR + bool + prompt "Use a mirror" + help + If you have a machine on your LAN that mirrors some of the needed + tarballs, you can say 'Y' here, and configure adequate values in + the following options. + + Obviously, nothing prevents you from using a mirror that is in fact + *not* on your LAN, for example on another subnet of your company's + network, or a mirror on the Internet. + +config MIRROR_BASE_URL + string + prompt "Base URL" + depends on USE_MIRROR + default "http://ymorin.is-a-geek.org/mirrors/" + help + This is the base URL searched in for tarballs. + + I (Yann E. MORIN) have set up such a mirror to host snapshots of + some components, when those snapshots are volatile on the upstream + servers. The mirror is *slow*, because it is hosted behind an ADSL + line. For the time being, I haven't set up bandwidth limitations, + but should the mirror be abused, I will. Please avoid using my + machine when you can... Also, no guarantee is made as to its + availability. Use at your own risks. + + The mirror is available at: + http://ymorin.is-a-geek.org/mirrors/ |