[Libguestfs] [supermin PATCH v2 0/4] Check for output results for --if-newer (RHBZ#1813809)

Pino Toscano ptoscano at redhat.com
Fri Apr 3 15:40:33 UTC 2020


This is an attempt to make supermin check for the existing results of an
output when checking whether the appliance must be rebuilt using
--if-newer.

At the moment it is implemented only for the ext2 output format of the
build mode.

Changes from v1:
- drop empty stub for the prepare mode
- add patch to ignore --if-newer on modes different than build
- squash patch with stub for the build mode and patch with the build
  mode files together

Pino Toscano (4):
  build: factor ext2 filenames
  Tighten Unix_error check for missing outputdir
  Act on --if-newer only for build mode
  build: check for outputs in --if-newer check (RHBZ#1813809)

 src/mode_build.ml           | 22 ++++++++++++--
 src/mode_build.mli          |  4 +++
 src/supermin.ml             | 10 ++++---
 tests/Makefile.am           |  3 +-
 tests/test-if-newer-ext2.sh | 57 +++++++++++++++++++++++++++++++++++++
 5 files changed, 88 insertions(+), 8 deletions(-)
 create mode 100755 tests/test-if-newer-ext2.sh

-- 
2.25.1




More information about the Libguestfs mailing list