[Piuparts-commits] rev 697 - trunk

Holger Levsen holger at alioth.debian.org
Sun Oct 31 16:08:41 UTC 2010


Author: holger
Date: 2010-10-31 16:08:39 +0000 (Sun, 31 Oct 2010)
New Revision: 697

Modified:
   trunk/piuparts-master.py
   trunk/piuparts-report.py
Log:
proper debug

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-10-31 16:01:20 UTC (rev 696)
+++ trunk/piuparts-master.py	2010-10-31 16:08:39 UTC (rev 697)
@@ -196,10 +196,6 @@
     
         logging.info("Fetching %s" % config["packages-url"])
         packages_file = piupartslib.open_packages_url(config["packages-url"])
-
-	# debug
-	print config("known_circular_depends")
-
         m = Master(sys.stdin, sys.stdout, packages_file, section=section)
         packages_file.close()
         while m.do_transaction():

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-10-31 16:01:20 UTC (rev 696)
+++ trunk/piuparts-report.py	2010-10-31 16:08:39 UTC (rev 697)
@@ -537,6 +537,9 @@
         self._config.read(CONFIG_FILE)
         logging.debug("-------------------------------------------")
         logging.debug("Running section " + self._config.section)
+	
+	logging.debug("known circular depends " + self.config.known_circular_depends)
+
         logging.debug("Loading and parsing Packages file")
 
         logging.info("Fetching %s" % self._config["packages-url"])




More information about the Piuparts-commits mailing list