config/global/download.in
changeset 2595 d6b2354d9d17
parent 2593 2472b2f24e3a
child 2725 32aa23619dfd
     1.1 --- a/config/global/download.in	Tue Aug 02 23:11:25 2011 +0200
     1.2 +++ b/config/global/download.in	Tue Aug 02 23:10:37 2011 +0200
     1.3 @@ -25,37 +25,6 @@
     1.4        
     1.5        Useful if you suspect a tarball to be damaged.
     1.6  
     1.7 -config USE_MIRROR
     1.8 -    bool
     1.9 -    prompt "Use a mirror"
    1.10 -    help
    1.11 -      If you have a machine on your LAN that mirrors some of the needed
    1.12 -      tarballs, you can say 'Y' here, and configure adequate values in
    1.13 -      the following options.
    1.14 -      
    1.15 -      Obviously, nothing prevents you from using a mirror that is in fact
    1.16 -      *not* on your LAN, for example on another subnet of your company's
    1.17 -      network, or a mirror on the Internet.
    1.18 -
    1.19 -config MIRROR_BASE_URL
    1.20 -    string
    1.21 -    prompt "Base URL"
    1.22 -    depends on USE_MIRROR
    1.23 -    default "http://ymorin.is-a-geek.org/mirrors/"
    1.24 -    help
    1.25 -      This is the base URL searched in for tarballs.
    1.26 -      
    1.27 -      I (Yann E. MORIN) have set up such a mirror to host snapshots of
    1.28 -      some components, when those snapshots are volatile on the upstream
    1.29 -      servers. The mirror is *slow*, because it is hosted behind an ADSL
    1.30 -      line. For the time being, I haven't set up bandwidth limitations,
    1.31 -      but should the mirror be abused, I will. Please avoid using my
    1.32 -      machine when you can... Also, no guarantee is made as to its
    1.33 -      availability. Use at your own risks.
    1.34 -      
    1.35 -      The mirror is available at:
    1.36 -        http://ymorin.is-a-geek.org/mirrors/
    1.37 -
    1.38  config CONNECT_TIMEOUT
    1.39      int
    1.40      prompt "Connection timeout"
    1.41 @@ -87,3 +56,34 @@
    1.42        Useful to pre-retrieve the tarballs before going off-line.
    1.43  
    1.44  endif # ! FORBID_DOWNLOAD
    1.45 +
    1.46 +config USE_MIRROR
    1.47 +    bool
    1.48 +    prompt "Use a mirror"
    1.49 +    help
    1.50 +      If you have a machine on your LAN that mirrors some of the needed
    1.51 +      tarballs, you can say 'Y' here, and configure adequate values in
    1.52 +      the following options.
    1.53 +      
    1.54 +      Obviously, nothing prevents you from using a mirror that is in fact
    1.55 +      *not* on your LAN, for example on another subnet of your company's
    1.56 +      network, or a mirror on the Internet.
    1.57 +
    1.58 +config MIRROR_BASE_URL
    1.59 +    string
    1.60 +    prompt "Base URL"
    1.61 +    depends on USE_MIRROR
    1.62 +    default "http://ymorin.is-a-geek.org/mirrors/"
    1.63 +    help
    1.64 +      This is the base URL searched in for tarballs.
    1.65 +      
    1.66 +      I (Yann E. MORIN) have set up such a mirror to host snapshots of
    1.67 +      some components, when those snapshots are volatile on the upstream
    1.68 +      servers. The mirror is *slow*, because it is hosted behind an ADSL
    1.69 +      line. For the time being, I haven't set up bandwidth limitations,
    1.70 +      but should the mirror be abused, I will. Please avoid using my
    1.71 +      machine when you can... Also, no guarantee is made as to its
    1.72 +      availability. Use at your own risks.
    1.73 +      
    1.74 +      The mirror is available at:
    1.75 +        http://ymorin.is-a-geek.org/mirrors/