diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-25 13:39:53 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-28 10:02:24 -0600 |
commit | 71daa5298c3e6f987629e15d2aa3238915b1e9d1 (patch) | |
tree | c3065aed8af859c4ad4447016d43547e94afdb00 /hosts/profitbricks-build6-amd64/etc/pbuilderrc | |
parent | 7b743f10f695602662e067d9a7994c5265970073 (diff) | |
download | jenkins.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/profitbricks-build6-amd64/etc/pbuilderrc')
-rw-r--r-- | hosts/profitbricks-build6-amd64/etc/pbuilderrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/profitbricks-build6-amd64/etc/pbuilderrc b/hosts/profitbricks-build6-amd64/etc/pbuilderrc index 48271671..909a8829 100644 --- a/hosts/profitbricks-build6-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build6-amd64/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 |