Your message dated Sun, 27 Nov 2011 23:52:24 +0100
with message-id <[email protected]>
and subject line Re: Bug#634716: dak: Needs to check that suite exists
has caused the Debian Bug report #634716,
regarding dak: Needs to check that suite exists
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
634716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634716
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ftp.debian.org
User: [email protected]
Usertag: dak
[email protected] (Cron Daemon) writes:
> Traceback (most recent call last):
> File "/srv/ftp-master.debian.org/dak/dak/process_upload.py", line 395, in
> process_it
> u.check_files(not Options["No-Action"])
> File "/srv/ftp-master.debian.org/dak/dak/daklib/queue.py", line 1084, in
> check_files
> self.binary_file_checks(f, session)
> File "/srv/ftp-master.debian.org/dak/dak/daklib/queue.py", line 877, in
> binary_file_checks
> self.pkg.changes["distribution"].keys(), session = session):
> File "/srv/ftp-master.debian.org/dak/dak/daklib/dbconn.py", line 158, in
> wrapped
> return fn(*args, **kwargs)
> File "/srv/ftp-master.debian.org/dak/dak/daklib/dbconn.py", line 2516, in
> source_exists
> q = q.filter(DBSource.suites.any(Suite.suite_id.in_([s.suite_id for s in
> considered_suites])))
> AttributeError: 'NoneType' object has no attribute 'suite_id'
dak needs to check that the target distribution is valid before checking
for an (existing) source package in it. Right now packages with an
invalid Distribution in the .changes will cause this error and need to
be removed by hand.
Ansgar
--- End Message ---
--- Begin Message ---
commit ded826ce225127e11ebfe13cb1c64d76e4b772a8
Author: Luca Falavigna <[email protected]>
Date: Sun Nov 27 12:44:17 2011 +0000
Check whether suite is valid before referencing it (Closes: #634716)
Signed-off-by: Luca Falavigna <[email protected]>
--- End Message ---