Re: [virt-tools-list] [libosinfo 2/5] Fix osinfo_loader_root comment

2012-12-07 Thread Michal Privoznik
On 07.12.2012 09:46, Christophe Fergeau wrote:
> Some newly added tags were missing from the description
> ---
>  osinfo/osinfo_loader.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c
> index 62b92f9..5d92df4 100644
> --- a/osinfo/osinfo_loader.c
> +++ b/osinfo/osinfo_loader.c
> @@ -1147,7 +1147,8 @@ static void osinfo_loader_root(OsinfoLoader *loader,
>   *   Advance tag
>   *   If closing libosinfo tag, break
>   *   If non element tag, continue
> - *   If element tag, and element is not os, platform or device, error
> + *   If element tag, and element is not os, platform, device,
> + *   deployment or install-script, error
>   *   Else, switch on tag type and handle reading in data
>   * After loop, return success if no error
>   * If there was an error, clean up lib data acquired so far
> 

ACK

Michal

___
virt-tools-list mailing list
virt-tools-list@redhat.com
https://www.redhat.com/mailman/listinfo/virt-tools-list


[virt-tools-list] [libosinfo 2/5] Fix osinfo_loader_root comment

2012-12-07 Thread Christophe Fergeau
Some newly added tags were missing from the description
---
 osinfo/osinfo_loader.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c
index 62b92f9..5d92df4 100644
--- a/osinfo/osinfo_loader.c
+++ b/osinfo/osinfo_loader.c
@@ -1147,7 +1147,8 @@ static void osinfo_loader_root(OsinfoLoader *loader,
  *   Advance tag
  *   If closing libosinfo tag, break
  *   If non element tag, continue
- *   If element tag, and element is not os, platform or device, error
+ *   If element tag, and element is not os, platform, device,
+ *   deployment or install-script, error
  *   Else, switch on tag type and handle reading in data
  * After loop, return success if no error
  * If there was an error, clean up lib data acquired so far
-- 
1.8.0.1

___
virt-tools-list mailing list
virt-tools-list@redhat.com
https://www.redhat.com/mailman/listinfo/virt-tools-list