Re: [Libguestfs] [PATCH] ruby: improve rdoc markup

2015-10-02 Thread Richard W.M. Jones
On Fri, Oct 02, 2015 at 02:53:30PM +0200, Pino Toscano wrote: > - fix the syntax of hyperlinks > - replace the deprecation text with a simplier named list item, so it's > more visible > - use a named list item for the pointer to the C documentation of each > API > - add a named list item for

[Libguestfs] [PATCH] ruby: improve rdoc markup

2015-10-02 Thread Pino Toscano
- fix the syntax of hyperlinks - replace the deprecation text with a simplier named list item, so it's more visible - use a named list item for the pointer to the C documentation of each API - add a named list item for the version of each API --- generator/ruby.ml | 27

Re: [Libguestfs] [PATCH] build: ensure .pot and .pod files for docs are up-to-date

2015-10-02 Thread Richard W.M. Jones
On Fri, Oct 02, 2015 at 01:31:30PM +0200, Pino Toscano wrote: > On Friday 02 October 2015 12:19:16 Richard W.M. Jones wrote: > > On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote: > > > Traverse the po-docs directory before the subdirectories with translated > > > documentations, so we

[Libguestfs] [PATCH 2/2] launch: Change comment.

2015-10-02 Thread Richard W.M. Jones
Making -machine configurable would be a really bad idea. --- src/guestfs-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 7f1e572..113705d 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -133,7

Re: [Libguestfs] [PATCH] build: ensure .pot and .pod files for docs are up-to-date

2015-10-02 Thread Pino Toscano
On Friday 02 October 2015 14:13:44 Richard W.M. Jones wrote: > > On Fri, Oct 02, 2015 at 01:31:30PM +0200, Pino Toscano wrote: > > On Friday 02 October 2015 12:19:16 Richard W.M. Jones wrote: > > > On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote: > > > > Traverse the po-docs

[Libguestfs] [PATCH 1/2] launch: direct: Use a single -machine [type, ]accel=... option.

2015-10-02 Thread Richard W.M. Jones
Previously we used (on arm): -M virt -machine accel=... After this change, we use: -machine virt,accel=... On x86 there is no change. The -M option is an abbreviation for -machine, and we can combine the two options together. (Qemu combines the two options internally, but it's more predictable

[Libguestfs] [PATCH] build: ensure .pot and .pod files for docs are up-to-date

2015-10-02 Thread Pino Toscano
Traverse the po-docs directory before the subdirectories with translated documentations, so we can make sure that libguestfs-docs.pot and the translated .pod files have been generated. As a consequence of that, when generating the translated manpages for documentations, all the needed .pod files

Re: [Libguestfs] [PATCH] build: ensure .pot and .pod files for docs are up-to-date

2015-10-02 Thread Pino Toscano
On Friday 02 October 2015 12:19:16 Richard W.M. Jones wrote: > On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote: > > Traverse the po-docs directory before the subdirectories with translated > > documentations, so we can make sure that libguestfs-docs.pot and the > > translated .pod

Re: [Libguestfs] [PATCH] build: ensure .pot and .pod files for docs are up-to-date

2015-10-02 Thread Richard W.M. Jones
On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote: > Traverse the po-docs directory before the subdirectories with translated > documentations, so we can make sure that libguestfs-docs.pot and the > translated .pod files have been generated. As a consequence of that, > when generating

[Libguestfs] [PATCH] customize: remove zypper's gpg keys auto-import

2015-10-02 Thread Cédric Bosdonnat
This option was considered unsecure, found a fix on the generated opensuse images instead. --- customize/customize_run.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize/customize_run.ml b/customize/customize_run.ml index ad0ab7f..6cb2328 100644 ---

Re: [Libguestfs] [PATCH] customize: remove zypper's gpg keys auto-import

2015-10-02 Thread Richard W.M. Jones
On Fri, Oct 02, 2015 at 06:16:48PM +0200, Cédric Bosdonnat wrote: > This option was considered unsecure, found a fix on the generated > opensuse images instead. > --- > customize/customize_run.ml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git