[Piuparts-commits] rev 766 - trunk

Holger Levsen holger at alioth.debian.org
Sat Nov 13 20:32:04 UTC 2010


Author: holger
Date: 2010-11-13 20:32:04 +0000 (Sat, 13 Nov 2010)
New Revision: 766

Modified:
   trunk/piuparts-master.py
   trunk/piuparts-report.py
Log:
still trying to understand why it works for two thirds of the loop...

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-11-13 20:18:48 UTC (rev 765)
+++ trunk/piuparts-master.py	2010-11-13 20:32:04 UTC (rev 766)
@@ -55,7 +55,7 @@
                 "log-file": None,
                 "packages-url": None,
                 "master-directory": ".",
-                "known_circular_depends": [],
+                "known_circular_depends": "",
             }, "")
 
 
@@ -113,7 +113,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,

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-11-13 20:18:48 UTC (rev 765)
+++ trunk/piuparts-report.py	2010-11-13 20:32:04 UTC (rev 766)
@@ -401,7 +401,7 @@
                 "sources-url": None,
                 "master-directory": ".",
                 "description": "",
-                "known_circular_depends": [],
+                "known_circular_depends": "",
             }, "")
 
 




More information about the Piuparts-commits mailing list