avoid checking trustdb from monkeysphere-host (Closes: MS #1957)
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 14 Mar 2010 14:46:18 +0000 (10:46 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 14 Mar 2010 20:07:41 +0000 (16:07 -0400)
src/monkeysphere-host

index f5374bd1a607fdfc937e72822f99f1415713de49..2c1933147df013fceb270adffd25986b86d23e01 100755 (executable)
@@ -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