diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2010-07-05 22:18:05 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2010-07-05 22:18:05 +0900 |
commit | d5e06cb5cae17d5f8b6ce1954e35443b2c7a7df3 (patch) | |
tree | 26c07d628f60b2872ad7c18a68880c130388523e /examples/C10shell | |
parent | 68c7f72fd56e20ddb6a2e83bdd355c46af9620ea (diff) | |
download | pbuilder-d5e06cb5cae17d5f8b6ce1954e35443b2c7a7df3.tar pbuilder-d5e06cb5cae17d5f8b6ce1954e35443b2c7a7df3.tar.gz |
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.
Diffstat (limited to 'examples/C10shell')
-rw-r--r-- | examples/C10shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C10shell b/examples/C10shell index 0a13d10..017cb0e 100644 --- a/examples/C10shell +++ b/examples/C10shell @@ -2,6 +2,6 @@ # example file to be used with --hookdir # # invoke shell if build fails. -apt-get install -y --force-yes vim less +apt-get install -y "${APTGETOPT[@]}" vim less cd /tmp/buildd/*/debian/.. /bin/bash < /dev/tty > /dev/tty 2> /dev/tty |