From 6eed87b4d428cf9c617f99928727fe3f87549a7e Mon Sep 17 00:00:00 2001 From: Micah Date: Thu, 4 Aug 2016 10:22:15 -0400 Subject: switch to deb.d.o from httpredir.d.o (#8288). The deb.debian.org method may be a better one than httpredir: . deb.debian.org is maintained much more reliably than httpredir . httpredir is backed by the mirror network; deb.d.o is by a CDN . httpredir redirects to the mirror network. deb.d.o is a cache that sits in front of ftp.d.o (and security, and debug, and ports) . one potential disadvantage: deb.d.o's CDN is a commercial service (fastly) that donates its traffic to debian . in stretch and later, apt uses the SRV records of deb.d.o to find places instead of HTTP redirects . local peering arrangements of fastly are likely to result in mirror choices that are more local (and thus faster) to the machine Peering arrangements for the deb.d.o CDN can be seen here: https://www.peeringdb.com/asn/54113 Change-Id: I4dee089a3b2f674860bfff21eb25a6e37c491d32 --- provider_base/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'provider_base') diff --git a/provider_base/common.json b/provider_base/common.json index 5e689109..e9531eee 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -64,9 +64,9 @@ }, "sources": { "apt": { - "basic": "http://httpredir.debian.org/debian/", + "basic": "http://deb.debian.org/debian/", "security": "http://security.debian.org/", - "backports": "http://httpredir.debian.org/debian/" + "backports": "http://deb.debian.org/debian/" }, "leap-mx": { "type": "apt", -- cgit v1.2.3