[Piuparts-commits] rev 754 - trunk

Holger Levsen holger at alioth.debian.org
Sat Nov 13 13:14:09 UTC 2010


Author: holger
Date: 2010-11-13 13:14:01 +0000 (Sat, 13 Nov 2010)
New Revision: 754

Modified:
   trunk/piuparts-master.py
Log:
more debug

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-11-13 13:06:30 UTC (rev 753)
+++ trunk/piuparts-master.py	2010-11-13 13:14:01 UTC (rev 754)
@@ -115,7 +115,7 @@
         "successfully-tested",
     )
 
-    def __init__(self, input, output, packages_file, known_circular_depends, section=None):
+    def __init__(self, input, output, packages_file, known_circular_depends=[], section=None):
         Protocol.__init__(self, input, output)
         self._commands = {
             "reserve": self._reserve,
@@ -204,6 +204,7 @@
           known_circular_depends.append(kcd)
           logging.debug("circular depends: " + kcd)
 
+        logging.debug("circular depends: " + known_circular_depends)
         m = Master(sys.stdin, sys.stdout, packages_file, known_circular_depends, section=section)
         packages_file.close()
         while m.do_transaction():




More information about the Piuparts-commits mailing list