summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-08-04 10:22:15 -0400
committerMicah <micah@leap.se>2016-08-04 10:30:03 -0400
commit6eed87b4d428cf9c617f99928727fe3f87549a7e (patch)
treed90d22972daf3f68bafaac2e8a2c8de2b8b01c75 /provider_base
parent5dfa7c46d09beaa15efec7248719833e9b6a9e20 (diff)
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
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/common.json4
1 files changed, 2 insertions, 2 deletions
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",