[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. eda668423fa87898c59d1075118693714aa5a053
Andreas Beckmann
debian at abeckmann.de
Fri Dec 23 10:27:25 UTC 2011
The following commit has been merged in the master branch:
commit 9a8bda31ff47be7b00eff1198b3b20a6aa006740
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Sun Nov 27 20:59:26 2011 +0100
log total number of binary and source packages
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/piuparts-report.py b/piuparts-report.py
index d53f280..9b99c47 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -707,6 +707,8 @@ class Section:
counts += ", %s" % count
logging.debug("%s: %s" % (state, count))
total += count
+ logging.debug("total: %s" % total)
+ logging.debug("source: %s" % len(self._source_db.get_all_packages()))
header += "\n"
counts += "\n"
--
piuparts git repository
More information about the Piuparts-commits
mailing list