search for: bb0b108

Displaying 4 results from an estimated 4 matches for "bb0b108".

2014 Jan 22
2
[PATCH] builder: read all the available notes from the index
...ctoring/preparation. --- builder/builder.ml | 4 ++-- builder/index_parser.ml | 19 +++++++++++++++---- builder/index_parser.mli | 2 +- builder/list_entries.ml | 10 +++++++--- 4 files changed, 25 insertions(+), 10 deletions(-) diff --git a/builder/builder.ml b/builder/builder.ml index bb0b108..19d1e42 100644 --- a/builder/builder.ml +++ b/builder/builder.ml @@ -200,9 +200,9 @@ let main () = (match mode with | `Notes -> (* --notes *) (match entry with - | { Index_parser.notes = Some notes } -> + | { Index_parser.notes = ("", note...
2014 Jan 22
0
Re: [PATCH] builder: read all the available notes from the index
...uilder.ml | 4 ++-- > builder/index_parser.ml | 19 +++++++++++++++---- > builder/index_parser.mli | 2 +- > builder/list_entries.ml | 10 +++++++--- > 4 files changed, 25 insertions(+), 10 deletions(-) > > diff --git a/builder/builder.ml b/builder/builder.ml > index bb0b108..19d1e42 100644 > --- a/builder/builder.ml > +++ b/builder/builder.ml > @@ -200,9 +200,9 @@ let main () = > (match mode with > | `Notes -> (* --notes *) > (match entry with > - | { Index_parser.notes = Some notes } -> > + | {...
2014 Jan 23
2
Re: [PATCH] builder: read all the available notes from the index
...builder/index_parser.ml | 19 +++++++++++++++---- > > builder/index_parser.mli | 2 +- > > builder/list_entries.ml | 10 +++++++--- > > 4 files changed, 25 insertions(+), 10 deletions(-) > > > > diff --git a/builder/builder.ml b/builder/builder.ml > > index bb0b108..19d1e42 100644 > > --- a/builder/builder.ml > > +++ b/builder/builder.ml > > @@ -200,9 +200,9 @@ let main () = > > > > (match mode with > > > > | `Notes -> (* --notes *) > > | > > (match entry wi...
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