search for: builder_repository

Displaying 3 results from an estimated 3 matches for "builder_repository".

2017 Jan 03
0
[PATCH 5/5] Add a virt-builder-repository tool
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 3 + builder/Makefile.am | 91 ++++++- builder/builder_repository.ml | 493 ++++++++++++++++++++++++++++++++++++ builder/virt-builder-repository.pod | 144 +++++++++++ 4 files changed, 730 insertions(+), 1 deletion(-) create mode 100644 builder/builder_repository.ml create mode 100644 builder/virt-builder-repository.pod diff --git a/.gitignore b/.gitigno...
2017 Jan 03
13
[PATCH 0/5] Introducing virt-builder-repository
....ml mllib: factorize code to add Checksum.get_checksum function Move xml and xpath_helpers OCAML code to mllib mllib: add libosinfo DB reading helpers Add a virt-builder-repository tool .gitignore | 3 + builder/Makefile.am | 91 ++++++- builder/builder_repository.ml | 493 ++++++++++++++++++++++++++++++++++++ builder/simplestreams_parser.ml | 52 ---- builder/virt-builder-repository.pod | 144 +++++++++++ builder/yajl.ml | 55 ++++ builder/yajl.mli | 29 +++ docs/C_SOURCE_FILES | 2 +- ml...
2017 Jan 03
0
Re: [PATCH 0/5] Introducing virt-builder-repository
...Checksum.get_checksum function > Move xml and xpath_helpers OCAML code to mllib > mllib: add libosinfo DB reading helpers > Add a virt-builder-repository tool > > .gitignore | 3 + > builder/Makefile.am | 91 ++++++- > builder/builder_repository.ml | 493 ++++++++++++++++++++++++++++++++++++ > builder/simplestreams_parser.ml | 52 ---- > builder/virt-builder-repository.pod | 144 +++++++++++ > builder/yajl.ml | 55 ++++ > builder/yajl.mli | 29 +++ > docs/C_SOURCE_FILES...