aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/pbuilder.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pbuilder.postinst b/debian/pbuilder.postinst
index ae1cb3d..dceca93 100755
--- a/debian/pbuilder.postinst
+++ b/debian/pbuilder.postinst
@@ -74,7 +74,7 @@ case "$1" in
# if the interface is non-interactive, still set a valid mirror
if [ $RETCODE = 30 ] ; then
- MIRRORSITE="http://ftp.debian.org/debian"
+ MIRRORSITE="http://cdn.debian.net/debian"
else
db_get pbuilder/mirrorsite
MIRRORSITE="$RET"