aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpbuilder-checkparams4
-rwxr-xr-xpbuilderrc3
2 files changed, 7 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 6480ac6..574b875 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -3,6 +3,10 @@
. /etc/pbuilderrc
+# the default is to add a PID in the buildplace specified in the config file.
+BASEBUILDPLACE="$BUILDPLACE"
+BUILDPLACE="$BUILDPLACE/$$"
+
while [ -n $1 ]; do
case "$1" in
--basetgz)
diff --git a/pbuilderrc b/pbuilderrc
index 6df7d41..a19292c 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -7,3 +7,6 @@ MIRRORSITE=http://www.jp.debian.org/debian
#export http_proxy=http://your-proxy:8080/
USEPROC=yes
BUILDRESULT=/var/cache/pbuilder/result/
+
+# specifying the distribution forces the distribution on "pbuilder update"
+#DISTRIBUTION=woody