[Piuparts-commits] rev 372 - trunk

Holger Levsen holger at alioth.debian.org
Wed Apr 22 07:49:32 UTC 2009


Author: holger
Date: 2009-04-22 07:49:31 +0000 (Wed, 22 Apr 2009)
New Revision: 372

Modified:
   trunk/TODO
   trunk/piuparts-slave.py
Log:
notify about sleep with info instead of debug

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2009-04-21 21:45:28 UTC (rev 371)
+++ trunk/TODO	2009-04-22 07:49:31 UTC (rev 372)
@@ -7,11 +7,12 @@
   should be deleted automatically after a week
 - then R
 - take care of old conf files on upgrades
-- take care of old pyc files from python-central
-- test pipuparts with piuparts before uploading
+	/etc/piuparts/piuparts-master.conf
+	/etc/piuparts/piuparts-slave.conf
 - report:
  - refactor code, sources.txt should not be calculated where it currently is
  - get rid of old log pages and put stats in the index page
+
 - provides are not handled correctly: ie libapt-pkg-perl has a dependency on 
   libapt-pkg-libc6.7-6-4.6 which piuparts believes is an unknown-package while 
   in reality its provided by apt

Modified: trunk/piuparts-slave.py
===================================================================
--- trunk/piuparts-slave.py	2009-04-21 21:45:28 UTC (rev 371)
+++ trunk/piuparts-slave.py	2009-04-22 07:49:31 UTC (rev 372)
@@ -282,7 +282,7 @@
         self._slave.close()
 
         if not self._slave.get_reserved():
-            logging.debug("Nothing to do, sleeping for a bit")
+            logging.info("Nothing to do, sleeping for a bit")
             time.sleep(int(self._idle_sleep))
         else:
             packages_files = {}




More information about the Piuparts-commits mailing list