[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



On Sun, Jun 19, 2011 at 05:09:00PM +0200, Kurt Roeckx wrote:
> On Sun, Jun 19, 2011 at 04:11:03PM +0200, Joachim Breitner wrote:
> > Hi,
> > 
> > ok, found it: There is a file lib/debian/wannabuild/db.py which I have
> > overlooked and where columns have to be registered. So the value that we
> > have passed to values() was silently ignored... please try again with
> > the attached patch.
> That patch breaks things.  I don't know exactly what the error is,
> I just see this in the exim log:
> Child process of address_pipe transport returned 75 (could mean temporary error) from command: /usr/bin/nice

That's why you get detailled logging in /org/buildd.debian.org/log/inject

ProgrammingError: (ProgrammingError) column "builder" of relation "pkg_history" does not exist
LINE 1: ...ackage, distribution, version, timestamp, result, builder, b...

 'INSERT INTO powerpc.pkg_history (package, distribution, version, timestamp, result, builder, build_time, disk_space) VALUES (%(package)s, %(distribution)s, %(version)s, %(timestamp)s, %(result)s, %(builder)s, %(build_time)s, %(disk_space)s)' {'package': 'libburn', 'timestamp': datetime.datetime(2011, 6, 19, 15, 1, 27), 'builder': 'poulenc.debian.org', 'build_time': None, 'version': '1.1.0-1', 'result': 'successful', 'distribution': 'sid', 'disk_space': None}

But changing the schema will be lots of fun due to the rules you'd need to
modify now.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp Kern                        Debian Developer
: :' :  http://philkern.de                         Stable Release Manager
`. `'   xmpp:phil@0x539.de                         Wanna-Build Admin
  `-    finger pkern/key@db.debian.org

Attachment: signature.asc
Description: Digital signature


Reply to: