summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2016-10-19 05:36:00 (GMT)
committerJulien Cristau <jcristau@debian.org>2016-10-19 05:36:00 (GMT)
commit90bfdbd4ecd7822ea313afafa198c827ce0e1bda (patch)
treec70d07e4155da3017b0bddc858404d1fabc20d33 /debootstrap
parent6b98ab963dba863c76a3923609602851bde6b402 (diff)
downloaddebootstrap-90bfdbd4ecd7822ea313afafa198c827ce0e1bda.zip
debootstrap-90bfdbd4ecd7822ea313afafa198c827ce0e1bda.tar.gz
debootstrap-90bfdbd4ecd7822ea313afafa198c827ce0e1bda.tar.bz2
Revert "Switch default mirror to deb.debian.org."
Pushed by mistake. This reverts commit fc9b919df580daf1183649bf197cb2c06a41e95b.
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/debootstrap b/debootstrap
index 627e591..084a541 100755
--- a/debootstrap
+++ b/debootstrap
@@ -46,8 +46,8 @@ CERTIFICATE=""
CHECKCERTIF=""
PRIVATEKEY=""
-DEF_MIRROR="http://deb.debian.org/debian"
-DEF_HTTPS_MIRROR="https://deb.debian.org/debian"
+DEF_MIRROR="http://httpredir.debian.org/debian"
+DEF_HTTPS_MIRROR="https://mirrors.kernel.org/debian"
export LANG USE_COMPONENTS
umask 022