diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-08 16:40:25 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-08 16:40:25 +0000 |
commit | e1379f2ef18b521182115ea3a82894bae7bf36cf (patch) | |
tree | a63a2e63cbf361392849d29c9b42fc0f9a790368 /pbuilderrc | |
parent | 78883ba5a362e09b6ec1f824881dc3cf3eb73f53 (diff) | |
download | pbuilder-e1379f2ef18b521182115ea3a82894bae7bf36cf.tar pbuilder-e1379f2ef18b521182115ea3a82894bae7bf36cf.tar.gz |
change default BUILDDIR to /build
Closes: 789404
Diffstat (limited to 'pbuilderrc')
-rw-r--r-- | pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ BASETGZ=/var/cache/pbuilder/base.tgz #export DEBIAN_BUILDARCH=athlon BUILDPLACE=/var/cache/pbuilder/build # directory inside the chroot where the build happens. See #789404 -BUILDDIR=/tmp/buildd +BUILDDIR=/build MIRRORSITE=http://cdn.debian.net/debian #OTHERMIRROR="deb http://www.home.com/updates/ ./" #export http_proxy=http://your-proxy:8080/ |