buildman: Show a message when fetching a repo
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:43 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit212c0b8170991e14a649ebcb0ff73a5f122d3c27
tree0a828186d666a7e3220e0d8be67cdad1554e4fb1
parent102969bb2c308d13da32967ec6eea128374206a8
buildman: Show a message when fetching a repo

Fetching updated versions of a repo can take time. At present buildman
gives no indication that it is doing this.

Add a message to explain the delay.

Tidy up a few other messages while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py