commit | 2e2a6e66cab26e6fc61a3fe0c97892df64c57b3f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 18 16:48:31 2016 -0600 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | 6bd4847f654e949940e4cbcf30b5db45d7b20cea | |
parent | 9c45a4e9d97f7c6a9d4f813197983a8ea01548c0 [diff] |
buildman: Tidy up the 'cloning' message On a machine with a lot of CPUs this prints a lot of useless lines of the form: Cloning repo for thread <n> Adjust the output so that these all appear on one line, and disappear when the cloning is complete. Note: This cloning is actually unnecessary and very wasteful on disk space (about 3.5GB each time). It would be better to create symlinks. Signed-off-by: Simon Glass <sjg@chromium.org>