aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilderrc')
-rw-r--r--pbuilderrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc
index d05a3ff..350028a 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -53,6 +53,12 @@ PBUILDERROOTCMD="sudo -E"
# not support unsigned APT repositories
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends"
+# You can optionally make pbuilder check key by setting the following flags
+# PBUILDERSATISFYDEPENDSOPT=('--check-key')
+# unset PBUILDERSATISFYDEPENDSOPT
+# option to pass to apt-get always.
+export APTGETOPT=('--force-yes')
+
#Command-line option passed on to dpkg-buildpackage.
#DEBBUILDOPTS="-IXXX -iXXX"
DEBBUILDOPTS=""