[libvirt] [PATCH] docs: remove duplicate check in index.add

Signed-off-by: Claudio Bley <cbley@av-test.de> --- Pushing under the trivial rule. docs/apibuild.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/apibuild.py b/docs/apibuild.py index e73a85d..7b336b3 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -240,8 +240,6 @@ class index: self.includes[name] = d elif type == "struct": self.structs[name] = d - elif type == "struct": - self.structs[name] = d elif type == "union": self.unions[name] = d elif type == "enum": -- 1.7.9.5

On 08.01.2013 11:43, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- Pushing under the trivial rule.
docs/apibuild.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/docs/apibuild.py b/docs/apibuild.py index e73a85d..7b336b3 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -240,8 +240,6 @@ class index: self.includes[name] = d elif type == "struct": self.structs[name] = d - elif type == "struct": - self.structs[name] = d elif type == "union": self.unions[name] = d elif type == "enum":
Hey, it's awesome that you spotted this. But you are not listed in AUTHORS.in and since you do have commit access, can you please add yourself in it? Michal

At Tue, 08 Jan 2013 12:12:02 +0100, Michal Privoznik wrote:
On 08.01.2013 11:43, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- Pushing under the trivial rule.
docs/apibuild.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/docs/apibuild.py b/docs/apibuild.py index e73a85d..7b336b3 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -240,8 +240,6 @@ class index: self.includes[name] = d elif type == "struct": self.structs[name] = d - elif type == "struct": - self.structs[name] = d elif type == "union": self.unions[name] = d elif type == "enum":
Hey, it's awesome that you spotted this. But you are not listed in AUTHORS.in and since you do have commit access, can you please add yourself in it?
Sure thing. I only was a bit unsure whether to add myself into it by myself... :) Claudio -- AV-Test GmbH, Henricistraße 20, 04155 Leipzig, Germany Phone: +49 341 265 310 19 Web:<http://www.av-test.org> Eingetragen am / Registered at: Amtsgericht Stendal (HRB 114076) Geschaeftsfuehrer (CEO): Andreas Marx, Guido Habicht, Maik Morgenstern

Signed-off-by: Claudio Bley <cbley@av-test.de> --- Is this the way to do it? AUTHORS.in | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.in b/AUTHORS.in index cd54f95..fa61505 100644 --- a/AUTHORS.in +++ b/AUTHORS.in @@ -11,6 +11,7 @@ Alex Jia <ajia@redhat.com> Anthony Liguori <aliguori@us.ibm.com> Chris Lalancette <clalance@redhat.com> Christophe Fergeau <cfergeau@redhat.com> +Claudio Bley <cbley@av-test.de> Cole Robinson <crobinso@redhat.com> Daniel Berrange <berrange@redhat.com> Daniel Veillard <veillard@redhat.com> -- 1.7.9.5

On 01/08/2013 08:15 AM, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- Is this the way to do it?
Yep. ACK.
AUTHORS.in | 1 + 1 file changed, 1 insertion(+)
-- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

At Tue, 08 Jan 2013 08:30:48 -0700, Eric Blake wrote:
[1 <text/plain; UTF-8 (quoted-printable)>] On 01/08/2013 08:15 AM, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- Is this the way to do it?
Yep. ACK.
Thanks, pushed. Claudio -- AV-Test GmbH, Henricistraße 20, 04155 Leipzig, Germany Phone: +49 341 265 310 19 Web:<http://www.av-test.org> Eingetragen am / Registered at: Amtsgericht Stendal (HRB 114076) Geschaeftsfuehrer (CEO): Andreas Marx, Guido Habicht, Maik Morgenstern
participants (3)
-
Claudio Bley
-
Eric Blake
-
Michal Privoznik