[elbe-devel] [PATCH v3 0/7] Inspect build output

Olivier Dion dion at linutronix.de
Thu Aug 20 18:02:08 CEST 2020


* Change since v1

  - Use of elbepack.filesystem.TmpdirFilesystem

  - Remove of 'skip_if' decorator and use registration tag for command
    instead

  - Checkers are not run in parallel anymore

  - Binaries built by the SDK should be run using binfmt instead of
    cherry-picking an interpreter

  - Add rebuild checker

* Change since v2

  - Fixed some typos

  - Seperated changes in filesystem.py from check-build


* Missing reviews:

  - filesystem: Add context manager for TmpdirFilesystem

  - commands: check-build: Add cdrom checker

Olivier Dion (7):
  commands: check-build: Create base for checkers
  filesystem: Add context manager for TmpdirFilesystem
  commands: check-build: Add cdrom checker
  commands check-build: Add image checker
  schema dbsfed: Add schema definitions for image checker
  commands check-build: Add SDK checker
  commands: check-build: Add rebuild command

 elbepack/commands/check-build.py | 620 +++++++++++++++++++++++++++++++
 elbepack/filesystem.py           |   7 +
 schema/dbsfed.xsd                | 130 +++++++
 3 files changed, 757 insertions(+)
 create mode 100644 elbepack/commands/check-build.py

-- 
2.28.0



More information about the elbe-devel mailing list