search for: 9cbfbab

Displaying 2 results from an estimated 2 matches for "9cbfbab".

Did you mean: 69cffbab
2014 Jan 16
0
[PATCH 2/3] builder: add --list-format
..."--long-options", Arg.Unit display_long_options, " " ^ s_"List long options"; "-m", Arg.Int set_memsize, "mb" ^ " " ^ s_"Set memory size"; diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod index 9cbfbab..05abcc6 100644 --- a/builder/virt-builder.pod +++ b/builder/virt-builder.pod @@ -31,7 +31,7 @@ virt-builder - Build virtual machine images quickly [--firstboot SCRIPT] [--firstboot-command 'CMD ARGS ...'] [--firstboot-install PKG,[PKG...]] - virt-builder -l|--list [--long] + vi...
2014 Jan 16
5
[PATCH 0/3] Add JSON output for virt-builder
Hi, This small patch serie adds a JSON output for virt-builder. This way it is possible to parse the list of available templates, with no need to parse the unstructured and possibly changing short and long outputs of virt-builder. Pino Toscano (3): builder: small refactor of the list output builder: add --list-format builder: add a JSON output for --list builder/builder.ml