Rebuild chroot for full builders.

TBR dgarrett

Change-Id: Ibed5341626d498adeeb259cac54ebb05ca1b4421

BUG=
TEST=

Review URL: http://codereview.chromium.org/6407001
This commit is contained in:
Chris Sosa 2011-01-28 18:43:46 -08:00
parent b62c4860f8
commit d7beed79b6

View File

@ -732,7 +732,7 @@ def main():
if not os.path.isdir(path): if not os.path.isdir(path):
Die('Missing overlay: %s' % path) Die('Missing overlay: %s' % path)
if not os.path.isdir(chroot_path): if not os.path.isdir(chroot_path) or buildconfig['chroot_replace']:
_MakeChroot(buildroot, buildconfig['chroot_replace']) _MakeChroot(buildroot, buildconfig['chroot_replace'])
if not os.path.isdir(boardpath): if not os.path.isdir(boardpath):