[Piuparts-commits] rev 307 - trunk

Holger Levsen holger at alioth.debian.org
Wed Apr 1 11:48:26 UTC 2009


Author: holger
Date: 2009-04-01 11:48:25 +0000 (Wed, 01 Apr 2009)
New Revision: 307

Modified:
   trunk/TODO
   trunk/piuparts-report.py
Log:
fix syntax error, change todo prios to make weasel happy sooner

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2009-04-01 09:57:28 UTC (rev 306)
+++ trunk/TODO	2009-04-01 11:48:25 UTC (rev 307)
@@ -16,6 +16,9 @@
 
 for 0.37 and on
 
+- Check for and kill extraneous processes afterwards. Perhaps by checking
+  whether their working directory is in the chroot.
+
 - publish FAI classes to setup piuparts.$fqdn automatically
 
 - upgrade-reports should have a list of available arch and list packages 
@@ -63,8 +66,6 @@
 
 * Kill children after a timeout to make sure the test doesn't run forever.
 
-* Check for and kill extraneous processes afterwards. Perhaps by checking
-  whether their working directory is in the chroot.
 
 * include a test to see which packages which modify their own conffiles 
   so the user is presented with a dpkg conffile changed dialogue during

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-04-01 09:57:28 UTC (rev 306)
+++ trunk/piuparts-report.py	2009-04-01 11:48:25 UTC (rev 307)
@@ -601,7 +601,7 @@
         for state in st.get_states():
             header += ", %s" % state
             counts += ", %s" % len(st.get_packages_in_state(state))
-            logging.debug("%s: %s" % header, counts)
+            logging.debug("%s: %s" % (header, counts))
         header += "\n"       
         counts += "\n"       
  




More information about the Piuparts-commits mailing list