aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2009-11-13 04:19:46 -0800
committerMatt Kraai <kraai@ftbfs.org>2009-11-13 04:20:26 -0800
commit7d9515b6a0557eef24c0176ef782dced45d92713 (patch)
treedc86b4a728c5f190349227901ada119c1616c1d2
parent57e6474dededeb9580ac41c9c1649fb5e9bd75ef (diff)
downloadpbuilder-7d9515b6a0557eef24c0176ef782dced45d92713.tar
pbuilder-7d9515b6a0557eef24c0176ef782dced45d92713.tar.gz
allow --autocleanaptcache to be specified in pbuilderrc.
-rwxr-xr-xpbuilder-checkparams1
-rwxr-xr-xpbuilderrc3
-rw-r--r--pbuilderrc.56
3 files changed, 9 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 4d56838..356a969 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -35,7 +35,6 @@ PRESERVE_BUILDPLACE="no"
unset EXTRA_CONFIGFILE || true
PBUILDER_DEBUGMODE=
SAVE_AFTER_LOGIN=
-AUTOCLEANAPTCACHE=
#option for user-mode-linux only.
IGNORE_UMOUNT=""
diff --git a/pbuilderrc b/pbuilderrc
index fc2e0a0..fcae02a 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -83,3 +83,6 @@ PKGNAME_LOGFILE_EXTENTION="_$(dpkg --print-architecture).build"
# default PKGNAME_LOGFILE
PKGNAME_LOGFILE=""
+
+# default AUTOCLEANAPTCACHE
+AUTOCLEANAPTCACHE=""
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 83c23eb..e307dc4 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -382,6 +382,12 @@ The currently possible values are
and
.B "cowbuilder"
+.TP
+.BI "AUTOCLEANAPTCACHE=" "yes"
+Always run with
+-B "--autocleanaptcache"
+option.
+
.SH "AUTHOR"
Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.