Please pull u-boot-dm

Simon Glass sjg at chromium.org
Tue Apr 21 17:14:02 CEST 2020


Hi Tom,

The following changes since commit a06375805917a5b48c46724ceef4a1cd04935992:

  Merge branch '2020-04-17-master-imports' (2020-04-20 17:22:47 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-21apr20

for you to fetch changes up to b1e5e6d22478554b4bc74afd280440732ccc9422:

  buildman: Change the exit codes (2020-04-21 06:33:47 -0600)

----------------------------------------------------------------
Various improvements to buildman summary output

----------------------------------------------------------------
Simon Glass (28):
      buildman: Refactor error-line output int a function
      buildman: Add test coverage for error/warning colour
      buildman: Use an iterator to check test output
      buildman: Create temp directory in test setup
      buildman: Split out testOutput() into separate functions
      buildman: Add a test helper for creating a line prefix
      buildman: Test the output with --list-error-boards
      buildman: Use yellow consistently for warning lines
      buildman: Use an object to hold error lines
      buildman: Show the list of boards in magenta
      buildman: Use spaces in the board list
      patman: Update flushing Print() for Python 3
      patman: Support erasing a previously unfinished text line
      patman: Support limiting output to a single line
      buildman: Drop the line-clearing code in Builder
      buildman: Show a message when fetching a repo
      buildman: Drop unused output code
      buildman: Show the number of builds remaining
      buildman: Limit the length of progress messages
      buildman: Show a summary of the build result
      buildman: Update the 'theory of operation' a little
      buildman: Add the abbreviation for --boards
      buildman: Update workflow documentation with more detail
      buildman: Make -I the default
      buildman: Add an option to ignore device-tree warnings
      buildman: Add an option to ignore migration warnings
      buildman: Update the TODO items
      buildman: Change the exit codes

 tools/buildman/README           | 171 +++++++++++++++++++-------------
 tools/buildman/builder.py       | 216
+++++++++++++++++++++++++---------------
 tools/buildman/builderthread.py |   6 +-
 tools/buildman/cmdline.py       |  11 ++-
 tools/buildman/control.py       |  22 +++--
 tools/buildman/func_test.py     |  30 ++++--
 tools/buildman/test.py          | 305
+++++++++++++++++++++++++++++++++++++++++----------------
 tools/patman/patman.py          |   2 +-
 tools/patman/terminal.py        | 110 ++++++++++++++++++++-
 9 files changed, 615 insertions(+), 258 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list