[Pgp-tools-commit] r685 - trunk/keyart

Aaron Toponce atoponce-guest at moszumanska.debian.org
Wed Jul 9 07:18:49 UTC 2014


Author: atoponce-guest
Date: 2014-07-09 07:18:49 +0000 (Wed, 09 Jul 2014)
New Revision: 685

Modified:
   trunk/keyart/keyart
Log:
use --no-options to override any user-specific ~/.gnupg/gpg.conf settings

Modified: trunk/keyart/keyart
===================================================================
--- trunk/keyart/keyart	2014-07-09 02:21:38 UTC (rev 684)
+++ trunk/keyart/keyart	2014-07-09 07:18:49 UTC (rev 685)
@@ -252,7 +252,7 @@
 if __name__ == '__main__':
     gpg_bin = test_env()
 
-    cmd = [gpg_bin, '--with-colons', '--fingerprint']
+    cmd = [gpg_bin, '--with-colons', '--fingerprint', '--no-options']
     if ARGS.fingerprint:
         for fpr in ARGS.fingerprint:
             if len(fpr) % 8 != 0:




More information about the Pgp-tools-commit mailing list