reset counts between builds
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user