Bug#820813: apt-cacher-ng: add support for deb.debian.org

2016-04-13 Thread Julien Cristau
Control: found -1 0.8.0-3

On Tue, Apr 12, 2016 at 21:45:32 +0200, Eduard Bloch wrote:

> Control: tags 820813 + pending
> 
> Hallo,
> * Julien Cristau [Tue, Apr 12 2016, 06:32:16PM]:
> > Package: apt-cacher-ng
> > Version: 0.7.26-1
> 
> Just wondering, where is this version exactly from? It's not on 
> https://packages.qa.debian.org/a/apt-cacher-ng.html
> 
Oops.  It's what 'debcheckout apt-cacher-ng' gave me.  The repo is
configured to default to the 'master' branch, which is out of date, and
I failed to notice that yesterday.  You might want to point HEAD to a
more relevant branch :)

> > 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.
> 
> Ok, but I would add in similar form to sid and push a stable backport
> RSN.
> 
Thanks.

Cheers,
Julien
-- 
Julien Cristau  
Logilab http://www.logilab.fr/
Informatique scientifique & gestion de connaissances



Bug#820813: apt-cacher-ng: add support for deb.debian.org

2016-04-12 Thread Eduard Bloch
Control: tags 820813 + pending

Hallo,
* Julien Cristau [Tue, Apr 12 2016, 06:32:16PM]:
> Package: apt-cacher-ng
> Version: 0.7.26-1

Just wondering, where is this version exactly from? It's not on 
https://packages.qa.debian.org/a/apt-cacher-ng.html

> 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.

Ok, but I would add in similar form to sid and push a stable backport
RSN.

Regards,
Eduard.



Bug#820813: apt-cacher-ng: add support for deb.debian.org

2016-04-12 Thread Julien Cristau
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  
Logilab http://www.logilab.fr/
Informatique scientifique & gestion de connaissances
>From 3fa5ac3cfa71a694d89ae96cf9c1892ce5da3a69 Mon Sep 17 00:00:00 2001
From: Julien Cristau 
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