aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-14 18:18:48 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-10-14 18:18:48 +0000
commita60fed7f9f773368c1adcf0f0784972889dd728a (patch)
treecf575dd7e5be85f58170bb22b61703f6e8c31b50 /pbuilderrc
parent61d23e0476aa25b9098d01aa86db95e9170cc948 (diff)
downloadpbuilder-a60fed7f9f773368c1adcf0f0784972889dd728a.tar
pbuilder-a60fed7f9f773368c1adcf0f0784972889dd728a.tar.gz
New config: BUILD_HOME, to be able to set the value of HOME while building. Default it to /nonexistent to prevent builds from writing to /home.
This reverts what was done for #170762 Closes: #441052
Diffstat (limited to 'pbuilderrc')
-rw-r--r--pbuilderrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 069009e..b4ab567 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -7,6 +7,11 @@ BASETGZ=/var/cache/pbuilder/base.tgz
BUILDPLACE=/var/cache/pbuilder/build
# directory inside the chroot where the build happens. See #789404
BUILDDIR=/build
+# what be used as value for HOME during builds. See #441052
+# The default value prevents builds to write on HOME, which is prevented on
+# Debian buildds too. You can set it to $BUILDDIR to get a working HOME, if
+# you need to.
+BUILD_HOME=/nonexistent
MIRRORSITE=http://httpredir.debian.org/debian
#OTHERMIRROR="deb http://www.home.com/updates/ ./"
#export http_proxy=http://your-proxy:8080/