diff options
-rwxr-xr-x | pbuilder-checkparams | 4 | ||||
-rwxr-xr-x | pbuilderrc | 3 |
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) @@ -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 |