diff options
author | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-03-06 02:57:20 +0200 |
---|---|---|
committer | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-03-06 02:59:41 +0200 |
commit | 44af0f8bf06c6c37019ce5e8d56219826f7af3a9 (patch) | |
tree | 8de88c3a6751c8fed631ea80dd3e5190f133c7f6 | |
parent | 00e57f97b06d0444e0ba5fc77179c09a72cf8439 (diff) | |
download | pbuilder-44af0f8bf06c6c37019ce5e8d56219826f7af3a9.tar pbuilder-44af0f8bf06c6c37019ce5e8d56219826f7af3a9.tar.gz |
Change back the MIRRORSITE in the example file
Since now the pbuilderrc is just an example, might as well
use some correct info that is meaningful for a human.
Also, this was broken since the default rc info was not valid
anymore (in the absence of /etc/pbuilderrc)
Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
-rwxr-xr-x | pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=_ +MIRRORSITE=http://ftp.debian.org/debian #OTHERMIRROR="deb http://www.home.com/updates/ ./" #export http_proxy=http://your-proxy:8080/ USEPROC=yes |