Package: pbuilder
Version: 0.215+nmu3
Severity: wishlist
Tags: patch

http://cdn.debian.net/debian is pointing to httpredir.debian.org
nowadays and httpredir.debian.org being an official Debian service
should be used as the default.

Patch attached.

regards,
-mika-
>From 13dcb1ee24eb86eedf170eb0c7589b1326637cea Mon Sep 17 00:00:00 2001
From: Michael Prokop <m...@debian.org>
Date: Mon, 29 Jun 2015 18:00:12 +0200
Subject: [PATCH 1/1] Switch to httpredir.debian.org as default mirror

---
 debian/pbuilder.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pbuilder.config b/debian/pbuilder.config
index e07db08..4d2fe4b 100755
--- a/debian/pbuilder.config
+++ b/debian/pbuilder.config
@@ -70,7 +70,7 @@ EOF
 
                 # if the interface is non-interactive, still set a valid mirror
                 if [ $RETCODE = 30 ] ; then
-                    MIRRORSITE="http://cdn.debian.net/debian";
+                    MIRRORSITE="http://httpredir.debian.org/debian";
                 else
                     db_get pbuilder/mirrorsite
                     MIRRORSITE="$RET"
-- 
2.1.4

Reply via email to