search for: 4675454

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

2015 Dec 02
4
[PATCH 0/3] supermin: add --include-packagelist
Hi, to ease debugging issues with appliances (e.g. when used in libguestfs), using --include-packagelist will add a file containing the list of all the packages used. Thanks, Pino Toscano (3): ext2: add ext2fs_chmod and ext2fs_chown chroot: factor out file copy code Add --include-packagelist src/build.ml | 42 +++++++++++++++++++++++++------ src/chroot.ml | 29
2016 Feb 18
0
[PATCH 3/3] Add and use an helper error function
...++++++------------------- src/supermin.ml | 62 +++++++++++++++++++------------------------------- src/utils.ml | 36 ++++++++++++++--------------- src/utils.mli | 3 +++ 10 files changed, 81 insertions(+), 129 deletions(-) diff --git a/src/build.ml b/src/build.ml index 4675454..e34ec5f 100644 --- a/src/build.ml +++ b/src/build.ml @@ -65,10 +65,8 @@ let rec build debug if debug >= 1 then printf "supermin: build: %s\n%!" (String.concat " " inputs); - if inputs = [] then ( - eprintf "supermin: build: no input supermin appliance spec...
2016 Feb 18
4
[PATCH 0/3] supermin: miscellaneous cleanups
Hi, few cleanups in the supermin codebase; no actual functional change. Thanks, -- Pino Toscano (3): ext2: simplify tracking of visited modules utils: remove unused run_python function Add and use an helper error function src/build.ml | 20 +++++----------- src/dpkg.ml | 4 +--- src/ext2_initrd.ml | 10 ++++---- src/kernel.ml | 27