Package: apt-cacher-ng
Version: 0.7.26-1
Severity: wishlist
Tags: patch

Hi,

deb.debian.org is an experimental service using a CDN to serve the
debian archive.  It would be nice if apt-cacher-ng recognized it as a
debian mirror.

Cheers,
Julien

-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
Julien Cristau          <julien.cris...@logilab.fr>
Logilab                 http://www.logilab.fr/
Informatique scientifique & gestion de connaissances
>From 3fa5ac3cfa71a694d89ae96cf9c1892ce5da3a69 Mon Sep 17 00:00:00 2001
From: Julien Cristau <julien.cris...@logilab.fr>
Date: Tue, 12 Apr 2016 18:27:33 +0200
Subject: [PATCH] Add deb.debian.org as a special host like
 http.debian.net/cdn.debian.net

---
 dbgen/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dbgen/Makefile b/dbgen/Makefile
index 27cfc5b..0fcefb8 100644
--- a/dbgen/Makefile
+++ b/dbgen/Makefile
@@ -73,6 +73,7 @@ $(CONFDIR)/deb_mirrors.gz: sig-debian deburlgen.pl
 	echo http://ftp.debian.com/debian/ >> $(DBTMP)/dsnap.urls
 	echo http://cdn.debian.net/debian/ >> $(DBTMP)/dsnap.urls
 	echo http://http.debian.net/debian/ >> $(DBTMP)/dsnap.urls
+	echo http://deb.debian.org/debian/ >> $(DBTMP)/dsnap.urls
 # a way too experimental...	echo http://http.debian.net/debian/ >> $(DBTMP)/dsnap.urls
 # there is no pool... echo http://ftp-master.debian.org/newdists/ >> $(DBTMP)/dsnap.urls
 	bash ubuntuscan.sh $(CONFDIR)/deb_mirrors $(DBTMP)/dsnap.urls $(DBTMP) "/dists"
-- 
2.1.4

Reply via email to