summaryrefslogtreecommitdiff
path: root/config/global/download.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global/download.in')
-rw-r--r--config/global/download.in62
1 files changed, 31 insertions, 31 deletions
diff --git a/config/global/download.in b/config/global/download.in
index 801d06b..9f4b645 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/