From 71daa5298c3e6f987629e15d2aa3238915b1e9d1 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 25 Oct 2015 13:39:53 +0000 Subject: 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.. --- hosts/profitbricks-build1-amd64/etc/pbuilderrc | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/profitbricks-build1-amd64') diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc index 48271671..909a8829 100644 --- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build1-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 -- cgit v1.2.3-54-g00ecf