EbuildBuild: skip the fetch queue when possible
authorZac Medico <zmedico@gentoo.org>
Sat, 16 Jul 2011 23:30:14 +0000 (16:30 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 16 Jul 2011 23:30:14 +0000 (16:30 -0700)
commit785fe0b42a66b1d137955a4b816b3c254a1b785d
tree176c9c8d8a185994671276f5d3746db9c51db43f
parenta3ebf8f370ed20bcf419395b786aae2daccb5074
EbuildBuild: skip the fetch queue when possible

Since commit f07f8386e945b48358c11c121960e4833c539752, it was possible
for EbuildBuild to wait on the fetch queue even in cases in which all
required files had been previously fetched. Now this case is optimized
to skip the fetch queue, as discribed in bug #375331, comment #2.
pym/_emerge/EbuildBuild.py
pym/_emerge/EbuildFetcher.py