From d5e06cb5cae17d5f8b6ce1954e35443b2c7a7df3 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 5 Jul 2010 22:18:05 +0900 Subject: Add an option to verify key signatures. (closes: #579028) By unsetting APTGETOPT, and setting PBUILDERSATISFYDEPENDSOPT=('--check-key'), the user now has an option of verifying the key signature of each package against the installed keyring. --- pbuilderrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pbuilderrc') 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="" -- cgit v1.2.3