summaryrefslogtreecommitdiffstats
path: root/hosts/cbxi4pro0-armhf-rb
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-25 13:39:53 +0000
committerHolger Levsen <holger@layer-acht.org>2015-10-28 10:02:24 -0600
commit71daa5298c3e6f987629e15d2aa3238915b1e9d1 (patch)
treec3065aed8af859c4ad4447016d43547e94afdb00 /hosts/cbxi4pro0-armhf-rb
parent7b743f10f695602662e067d9a7994c5265970073 (diff)
downloadjenkins.debian.net-71daa5298c3e6f987629e15d2aa3238915b1e9d1.tar.xz
pbuilder: set BUILDPLACE=/srv/workspace/pbuilder instead of using a symlink
otherwise `pbuilder clean` removes the symlink, and the following builds won't use the tmpfs, etc..
Diffstat (limited to 'hosts/cbxi4pro0-armhf-rb')
-rw-r--r--hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
index 48271671..909a8829 100644
--- a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh
APTCACHE=""
COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder # build in /srv/workspace, which is in tmpfs
# unset proxy, see #780587
unset http_proxy
export -n http_proxy