summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2015-05-15 02:45:36 (GMT)
committerCyril Brulebois <kibi@debian.org>2015-05-15 02:45:36 (GMT)
commit97e4068c65ef369975bb3d1ebd2e814832fdcdfc (patch)
tree17000232a75f3fb802075f7dfe631d47843fdde6
parentf961ecc638751cdef8a32c02ec2ccc4308e104cc (diff)
downloaddebootstrap-97e4068c65ef369975bb3d1ebd2e814832fdcdfc.zip
debootstrap-97e4068c65ef369975bb3d1ebd2e814832fdcdfc.tar.gz
debootstrap-97e4068c65ef369975bb3d1ebd2e814832fdcdfc.tar.bz2
Switch default mirror from ftp.us.debian.org to httpredir.debian.org
The latter is now an official service, see announce: https://lists.debian.org/debian-devel-announce/2015/05/msg00003.html
-rw-r--r--debian/changelog2
-rwxr-xr-xdebootstrap2
-rw-r--r--debootstrap.84
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 64bafb7..8c467cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ debootstrap (1.0.69) UNRELEASED; urgency=medium
* Add support for --force-check-gpg so that one can programmatically
make sure keyring checks are used and that no fallback to an https
mirror happens (Closes: #661501, #733179, #775454).
+ * Switch default mirror from ftp.us.debian.org to the new, official
+ http redirector service: httpredir.debian.org
-- Cyril Brulebois <kibi@debian.org> Thu, 14 May 2015 23:52:52 +0200
diff --git a/debootstrap b/debootstrap
index 2bbd1ac..86e9c15 100755
--- a/debootstrap
+++ b/debootstrap
@@ -48,7 +48,7 @@ CERTIFICATE=""
CHECKCERTIF=""
PRIVATEKEY=""
-DEF_MIRROR="http://ftp.us.debian.org/debian"
+DEF_MIRROR="http://httpredir.debian.org/debian"
DEF_HTTPS_MIRROR="https://mirrors.kernel.org/debian"
export LANG USE_COMPONENTS
diff --git a/debootstrap.8 b/debootstrap.8
index a2b4dff..5864148 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -162,14 +162,14 @@ Read the private key from file
.PP
To setup a \fIwheezy\fR system:
.PP
- debootstrap wheezy ./wheezy-chroot http://ftp.us.debian.org/debian
+ debootstrap wheezy ./wheezy-chroot http://httpredir.debian.org/debian
.PP
debootstrap wheezy ./wheezy-chroot file:///LOCAL_MIRROR/debian
.PP
Full process to create a complete Debian installation of \fIsid\fR (unstable)
in a chroot:
.PP
- main # debootstrap sid sid-root http://ftp.us.debian.org/debian/
+ main # debootstrap sid sid-root http://httpredir.debian.org/debian/
[ ... watch it download the whole system ]
main # echo "proc sid-root/proc proc defaults 0 0" >> /etc/fstab
main # mount proc sid-root/proc -t proc