Author: adam-guest
Date: 2008-05-31 20:07:05 +0000 (Sat, 31 May 2008)
New Revision: 1470

Modified:
   trunk/debian/changelog
   trunk/scripts/who-uploads.sh
Log:
who-uploads: Call gpg with --no-auto-check-trustdb to ensure that gpg
doesn't attempt to perform a (potentially time-consuming) trustdb update
(Closes: #483878)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-05-31 17:47:16 UTC (rev 1469)
+++ trunk/debian/changelog      2008-05-31 20:07:05 UTC (rev 1470)
@@ -20,6 +20,9 @@
   * mergechanges: Allow changes files with Formats of 1.7 and 1.8 to be merged,
     by removing the Checksums-* fields from the Format: 1.8 files. The result
     will be a valid Format: 1.7 changes file. (Closes: #481585)
+  * who-uploads: Call gpg with --no-auto-check-trustdb to ensure that gpg
+    doesn't attempt to perform a (potentially time-consuming) trustdb update
+    (Closes: #483878)
   * wnpp-check: New script from David Paleino to check whether a package has
     has open bugs requested that it be packaged (RFP) or intending to do so
     (ITP) (Closes: #483707)

Modified: trunk/scripts/who-uploads.sh
===================================================================
--- trunk/scripts/who-uploads.sh        2008-05-31 17:47:16 UTC (rev 1469)
+++ trunk/scripts/who-uploads.sh        2008-05-31 20:07:05 UTC (rev 1470)
@@ -172,8 +172,8 @@
 done
 
 # Some useful abbreviations for gpg options
-GPG_NO_KEYRING="--no-options --no-default-keyring --keyring /dev/null"
-GPG_OPTIONS="--no-options --no-default-keyring"
+GPG_NO_KEYRING="--no-options --no-auto-check-trustdb --no-default-keyring 
--keyring /dev/null"
+GPG_OPTIONS="--no-options --no-auto-check-trustdb --no-default-keyring"
 
 # Now actually get the reports :)
 



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to