launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #16271
Re: [Merge] lp:~cjwatson/launchpad-buildd/livefs into lp:launchpad-buildd
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.
References