]> git.sur5r.net Git - u-boot/commit
buildman: Tidy up the 'cloning' message
authorSimon Glass <sjg@chromium.org>
Sun, 18 Sep 2016 22:48:31 +0000 (16:48 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit21f0eb332faddeb88a0f3e9788f83b6f9c22071c
tree6bd4847f654e949940e4cbcf30b5db45d7b20cea
parent8b4919ed29f51075e85a7358db75b66a226d5b1e
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>
tools/buildman/builder.py