[Secure-testing-commits] r3054 - bin

Florian Weimer fw at costa.debian.org
Thu Dec 15 12:50:36 UTC 2005


Author: fw
Date: 2005-12-15 12:50:36 +0000 (Thu, 15 Dec 2005)
New Revision: 3054

Modified:
   bin/apt-update-file
Log:
bin/apt-update-file:
  Be less verbose.


Modified: bin/apt-update-file
===================================================================
--- bin/apt-update-file	2005-12-15 12:46:09 UTC (rev 3053)
+++ bin/apt-update-file	2005-12-15 12:50:36 UTC (rev 3054)
@@ -26,4 +26,4 @@
     sys.stderr.write("usage: apt-update-file REMOTE LOCAL\n")
     sys.exit(1)
 
-debian_support.updateFile(sys.argv[1], sys.argv[2], verbose=True)
+debian_support.updateFile(sys.argv[1], sys.argv[2])




More information about the Secure-testing-commits mailing list