* Unify the scheduler's "build" and "extract" queues into a single
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Jul 2008 12:33:08 +0000 (12:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Jul 2008 12:33:08 +0000 (12:33 -0000)
commit378a30a81042fdc76206b3d183e3403d7214e094
tree2354667d0ad6b360a087b08d3168f96b0a6072ab
parent616c0ca17eb928b0e7683aa0b689806d54b88d97
 * Unify the scheduler's "build" and "extract" queues into a single
   "jobs" queue.

 * Add support for logging fetches to /var/log/emerge-fetch.log when
   --jobs is enabled. Previously this log was only used for
   the parallel-fetch feature but now it's also used for --jobs.
   The scheduler's "prefetch" queue has been renamed to "fetch" since
   it's not exclusively used for parallel-fetch anymore.

 * Pass the "background" parameter from Binpkg in to the BinpkgFetcher
   instance, to send output to emerge-fetch.log instead of stdout.

svn path=/main/trunk/; revision=10999
pym/_emerge/__init__.py