mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
Rebuild chroot for full builders.
TBR dgarrett Change-Id: Ibed5341626d498adeeb259cac54ebb05ca1b4421 BUG= TEST= Review URL: http://codereview.chromium.org/6407001
This commit is contained in:
parent
b62c4860f8
commit
d7beed79b6
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user