reset counts between builds

This commit is contained in:
Faik Uygur
2009-05-28 13:39:55 +00:00
parent cc195f4038
commit df46f445d9
+2
View File
@@ -72,6 +72,8 @@ installed in the respective order to satisfy dependencies:
for x in order_build:
package_names = atomicoperations.build(x)[0]
pisi.operations.install.install_pkg_files(package_names) # handle inter-package deps here
# reset counts between builds
ctx.ui.errors = ctx.ui.warnings = 0
# FIXME: take a look at the fixme above :(, we have to be sure
# that order_build is a known type...