[matter] do not account built packages more than once

This commit is contained in:
Fabio Erculiani
2011-08-13 10:59:20 +02:00
parent 928c94ad24
commit e73ccf24cc

View File

@@ -1197,7 +1197,8 @@ def matter_main(entropy_server, nsargs, cwd, specs):
built_packages,))
# make some room
print_info("")
local_completed.extend(built_packages)
local_completed.extend([x for x in built_packages \
if x not in local_completed])
tainted_repositories.add(spec["repository"])
elif rc < 0:
# ignore warning and go ahead