quieted down m-a add_certifier: there is no reason why the admin should be shown...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 3 Mar 2009 06:15:50 +0000 (01:15 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 3 Mar 2009 06:15:50 +0000 (01:15 -0500)
src/monkeysphere-authentication
src/share/ma/add_certifier

index ae4f3f42ef881b380fa8698e1ffc4595bb41cb08..b0dcc88fd85b70a38ed44f52d07b346e3c2a9ffc 100755 (executable)
@@ -100,7 +100,7 @@ core_fingerprint() {
 gpg_core_sphere_sig_transfer() {
     log debug "exporting core local sigs to sphere..."
     gpg_core --export-options export-local-sigs --export | \
-       gpg_sphere "--import-options import-local-sigs --import"
+       gpg_sphere "--import-options import-local-sigs --import" 2>&1 | log debug
 }
 
 ########################################################################
index 6f85ecfb904321906409af414b6c7503ce611e1c..544a3f0d18e635ad0e060a21642186d3c263d9e7 100644 (file)
@@ -108,7 +108,7 @@ if [ -f "$keyID" -o "$keyID" = '-' ] ; then
     fi
 
     # load the key
-    gpg_sphere "--import" <"$keyID" \
+    gpg_sphere "--import" <"$keyID" 2>/dev/null \
        || failure "could not read key from '$keyID'"
 
 # else, get the key from the keyserver