Comment 11 for bug 32236

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: [Bug 32236] Re: Launchpad Buildd doesn't clean up old respective build dir

On Friday 19 November 2010 11:31:22 you wrote:
> Yes, when it's called. But it isn't called when the builder dies or the
> master gets really confused.

Ok, we need to get rid of all that logic in the master and make the slave do
it when we start a new build.

This will need a bit of a protocol change as we currently do:

 * send file
 * send file
 ....
 * startbuild

Alternatively we can remove the slave clean call from the behavioral methods
and just do it once at the start of the build, equivalent to resuming a
virtual host.