Bug#622117: [PATCH] Extend pkg_history table with "builder" field

2011-06-08 Thread nomeata
From: Joachim Breitner --- schema/arches-tables.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/schema/arches-tables.in b/schema/arches-tables.in index a7b649b..3957cf3 100644 --- a/schema/arches-tables.in +++ b/schema/arches-tables.in @@ -64,6 +64,7 @@ CREATE TABLE "

Bug#622117: Build host name on https://buildd.debian.org/status/logs.php

2011-06-08 Thread nomeata
Hi, as promised, the (ovious) patch against the schema. I hope this is of any use :-) Greetings, Joachim -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#622117: [PATCH 2/2] Fill field "builder" in pkg_history

2011-06-08 Thread nomeata
From: Joachim Breitner This needs according adjustments to the SQL layout. This change is also not covered by unit tests (which seem not to cover changes to pkg_history at all) --- lib/debian/wannabuild/logs.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/debian/

Bug#622117: [PATCH 1/2] Check for buildlog.builder in unit tests

2011-06-08 Thread nomeata
From: Joachim Breitner --- lib/debian/wannabuild/logs_tests.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/debian/wannabuild/logs_tests.py b/lib/debian/wannabuild/logs_tests.py index 512effe..94d729b 100644 --- a/lib/debian/wannabuild/logs_tests.py +++ b/lib/deb

Bug#622117: Build host name on https://buildd.debian.org/status/logs.php

2011-06-08 Thread nomeata
Hi Phil, thanks for the pointer about the test suite. I also noticed that the builder name is already parsed in _parse_sender(). I hence added to the tests a check that the builder is actually parsed correctly, and then added it to the fields to be inserted. This of course needs appropriate chang