if x.built:
tree = "bintree"
bintree = root_config.trees["bintree"].dbapi.bintree
+ fetched = False
# Display fetch on stdout, so that it's always clear what
# is consuming time here.
if fetcher.wait() != os.EX_OK:
failures += 1
continue
+ fetched = fetcher.pkg_path
verifier = BinpkgVerifier(pkg=x,
scheduler=sched_iface)
failures += 1
continue
+ if fetched:
+ bintree.inject(x.cpv, filename=fetched)
tbz2_file = bintree.getname(x.cpv)
infloc = os.path.join(tmpdir, x.category, x.pf, "build-info")
os.makedirs(infloc)