[Libguestfs] [PATCH 0/4] Consolidate Checksums as common code

Pino Toscano ptoscano at redhat.com
Fri Sep 30 09:30:58 UTC 2016


Hi,

this small series moves the OCaml Checksums module from virt-builder to
mllib, adding more features to use it also for v2v.

Thanks,


Pino Toscano (4):
  mllib: move Checksums from builder
  mllib, builder: add and use Checksums.of_string
  mllib: add SHA1 support in Checksums
  v2v: -i ova: use Checksums

 builder/Makefile.am             |  2 --
 builder/builder.ml              |  6 +++-
 builder/checksums.ml            | 57 -----------------------------------
 builder/checksums.mli           | 33 --------------------
 builder/simplestreams_parser.ml |  8 +++--
 mllib/Makefile.am               |  4 ++-
 mllib/checksums.ml              | 67 +++++++++++++++++++++++++++++++++++++++++
 mllib/checksums.mli             | 42 ++++++++++++++++++++++++++
 v2v/input_ova.ml                | 17 +++--------
 9 files changed, 128 insertions(+), 108 deletions(-)
 delete mode 100644 builder/checksums.ml
 delete mode 100644 builder/checksums.mli
 create mode 100644 mllib/checksums.ml
 create mode 100644 mllib/checksums.mli

-- 
2.7.4




More information about the Libguestfs mailing list