config/global/download.in
changeset 2593 2472b2f24e3a
parent 2564 5d4e91c0343e
child 2595 d6b2354d9d17
     1.1 --- a/config/global/download.in	Sun Jul 17 16:53:40 2011 +0200
     1.2 +++ b/config/global/download.in	Tue Aug 02 23:11:25 2011 +0200
     1.3 @@ -37,17 +37,10 @@
     1.4        *not* on your LAN, for example on another subnet of your company's
     1.5        network, or a mirror on the Internet.
     1.6  
     1.7 -if USE_MIRROR
     1.8 -
     1.9 -config PREFER_MIRROR
    1.10 -    bool
    1.11 -    prompt "Prefer the mirror"
    1.12 -    help
    1.13 -      Say 'Y' here if you prefer the LAN mirror over the upstream sources.
    1.14 -
    1.15  config MIRROR_BASE_URL
    1.16      string
    1.17      prompt "Base URL"
    1.18 +    depends on USE_MIRROR
    1.19      default "http://ymorin.is-a-geek.org/mirrors/"
    1.20      help
    1.21        This is the base URL searched in for tarballs.
    1.22 @@ -63,8 +56,6 @@
    1.23        The mirror is available at:
    1.24          http://ymorin.is-a-geek.org/mirrors/
    1.25  
    1.26 -endif # USE_MIRROR
    1.27 -
    1.28  config CONNECT_TIMEOUT
    1.29      int
    1.30      prompt "Connection timeout"