<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Στις Σάβ, 6 Απρ 2019 στις 10:10 π.μ., ο/η Ján Tomko <<a href="mailto:jtomko@redhat.com">jtomko@redhat.com</a>> έγραψε:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The commit summary could be more specific, for example:<br>
  Guest Domains: fix code example<br>
<br>
but more importantly, it is missing a Sign-off.<br>
See point 6 at <a href="https://libvirt.org/hacking.html#patches" rel="noreferrer" target="_blank">https://libvirt.org/hacking.html#patches</a><br>
    Contributors to libvirt projects must assert that they are in compliance<br>
    with the Developer Certificate of Origin 1.1. This is achieved by adding<br>
    a "Signed-off-by" line containing the contributor's name and e-mail to<br>
    every commit message. The presence of this line attests that the contributor<br>
    has read the above lined DCO and agrees with its statements.<br>
<br>
(You can just provide the sign-off in an on-list reply to this e-mail<br>
 and I will add it to the commit message before pushing)<br></blockquote><div><br></div><div>Aah, right. Sorry, I forgot to include the sign-off. I fixed my commit <br>message. I'm not sure weather I should send the updated patch as <br>a reply to this e-mail or if I should send a new [PATCH v2] e-mail. <br>For now I'll go ahead and send a v2 mail, but please let know what I <br>am supposed to do in such case in the future. I'm new to the process <br>and trying to get my first tiny patch accepted.<br></div><div><br>Thanks.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Jano<br>
<br>
On Fri, Apr 05, 2019 at 05:58:43PM +0200, Ilias Stamatis wrote:<br>
>---<br>
> en-US/Guest_Domains.xml | 2 +-<br>
> 1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
>diff --git a/en-US/Guest_Domains.xml b/en-US/Guest_Domains.xml<br>
>index c15bbb8..2a4ef7c 100644<br>
>--- a/en-US/Guest_Domains.xml<br>
>+++ b/en-US/Guest_Domains.xml<br>
>@@ -88,7 +88,7 @@ dom = virDomainLookupByID(conn, domainID);<br>
>     <example><br>
>       <title>Fetching a domain object from an name</title><br>
>       <programlisting><br>
>-int domainName = "someguest";<br>
>+char *domainName = "someguest";<br>
> virDomainPtr dom;<br>
><br>
> dom = virDomainLookupByName(conn, domainName);<br>
>--<br>
>2.21.0<br>
><br>
>--<br>
>libvir-list mailing list<br>
><a href="mailto:libvir-list@redhat.com" target="_blank">libvir-list@redhat.com</a><br>
><a href="https://www.redhat.com/mailman/listinfo/libvir-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/libvir-list</a><br>
</blockquote></div></div>