From: Daniel Kahn Gillmor Date: Sun, 14 Mar 2010 14:46:18 +0000 (-0400) Subject: avoid checking trustdb from monkeysphere-host (Closes: MS #1957) X-Git-Tag: monkeysphere_0.29~12 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=39d013c4d307d6a844f8dc2deabf42adc0a8a388;p=monkeysphere.git avoid checking trustdb from monkeysphere-host (Closes: MS #1957) --- diff --git a/src/monkeysphere-host b/src/monkeysphere-host index f5374bd..2c19331 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -74,7 +74,7 @@ EOF # function to interact with the gpg keyring gpg_host() { - GNUPGHOME="$GNUPGHOME_HOST" gpg --no-greeting --quiet --no-tty "$@" + GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trust-db --no-greeting --quiet --no-tty "$@" } # list the info about the a key, in colon format, to stdout