From d7beed79b6b852d6ef6e6f9f9e445db74948afb0 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Fri, 28 Jan 2011 18:43:46 -0800 Subject: [PATCH] Rebuild chroot for full builders. TBR dgarrett Change-Id: Ibed5341626d498adeeb259cac54ebb05ca1b4421 BUG= TEST= Review URL: http://codereview.chromium.org/6407001 --- bin/cbuildbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py index d0a777f427..0251353379 100755 --- a/bin/cbuildbot.py +++ b/bin/cbuildbot.py @@ -732,7 +732,7 @@ def main(): if not os.path.isdir(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']) if not os.path.isdir(boardpath):