diff options
-rw-r--r-- | debian/pbuilder.templates | 4 | ||||
-rwxr-xr-x | pbuilderrc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/pbuilder.templates b/debian/pbuilder.templates index e160b3d..3f80003 100644 --- a/debian/pbuilder.templates +++ b/debian/pbuilder.templates @@ -1,6 +1,6 @@ Template: pbuilder/mirrorsite Type: string -Default: http://you-have-broken-debconf-configuration.example.com/ +Default: http://cdn.debian.net/debian _Description: Default mirror site: Please enter the default mirror you want to be used by pbuilder. . @@ -8,7 +8,7 @@ _Description: Default mirror site: this information. If this attempt fails, you will be prompted again to insert some valid mirror information. . - Here is a valid mirror example: http://ftp.debian.org/debian + Here is a valid mirror example: http://cdn.debian.net/debian Template: pbuilder/nomirror Type: error @@ -8,7 +8,7 @@ BASETGZ=/var/cache/pbuilder/base.tgz #EXTRAPACKAGES=gcc3.0-athlon-builder #export DEBIAN_BUILDARCH=athlon BUILDPLACE=/var/cache/pbuilder/build/ -MIRRORSITE=http://ftp.jp.debian.org/debian +MIRRORSITE=http://cdn.debian.net/debian #OTHERMIRROR="deb http://www.home.com/updates/ ./" #export http_proxy=http://your-proxy:8080/ USEPROC=yes |