mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
wks: Avoid long trustdb checks.
* tools/wks-receive.c (verify_signature): Use --always-trust. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
6054e8aaec
commit
de67055aff
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ verify_signature (receive_ctx_t ctx)
|
|||
ccparray_put (&ccp, "--verbose");
|
||||
ccparray_put (&ccp, "--enable-special-filenames");
|
||||
ccparray_put (&ccp, "--status-fd=2");
|
||||
ccparray_put (&ccp, "--always-trust"); /* To avoid trustdb checks. */
|
||||
ccparray_put (&ccp, "--verify");
|
||||
ccparray_put (&ccp, "--");
|
||||
ccparray_put (&ccp, "-&@INEXTRA@");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue