Oh, actually, I clean out the build directory at the start of each build:
def initiate(self, files, chroot, extra_args):
"""Initiate a build with a given set of files and chroot."""
self.build_path = get_build_path(
self.home, self._buildid, "chroot-autobuild", "build")
if os.path.isdir(self.build_path):
shutil.rmtree(self.build_path)
So this should be fine.
--
https://code.launchpad.net/~cjwatson/launchpad-buildd/livefs/+merge/193682
Your team Launchpad code reviewers is subscribed to branch lp:launchpad-buildd.
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp