aboutsummaryrefslogtreecommitdiff
path: root/debian/pbuilder.postinst
diff options
context:
space:
mode:
authorEddy Petrișor <eddy.petrisor@gmail.com>2008-03-06 23:34:30 +0200
committerEddy Petrișor <eddy.petrisor@gmail.com>2008-03-06 23:34:41 +0200
commit74788fa1551aa906b327464d4ae422e21b3bf792 (patch)
treecb2944414b6795648184d43f4925db48dfda0446 /debian/pbuilder.postinst
parentb669bf17b669fcd516ebbecc343e2f11a0aaed0a (diff)
downloadpbuilder-74788fa1551aa906b327464d4ae422e21b3bf792.tar
pbuilder-74788fa1551aa906b327464d4ae422e21b3bf792.tar.gz
s/ftp.d.o/cdn.d.n/ for non-interactive installs, too
Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
Diffstat (limited to 'debian/pbuilder.postinst')
-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"