Raphael Geissert <[email protected]> writes:
> Russ Allbery wrote:

>> The source package unpack was too parallelized; the first job has to
>> complete before the second one runs because the output from the first
>> job is collected internally and then used as output into the second
>> job.  I also fixed this while applying it.

> I missed that one; surprisingly enough it anyway passed the whole test
> suite.

We need a test case that has way more files in it.  That's how we missed
the other problem too -- all the test cases we've got at present appear to
have tar tfz output for their source package that fit into a single system
buffer and hence a single write.

-- 
Russ Allbery ([email protected])               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to