Package: ftp.debian.org
User: ftp.debian....@packages.debian.org
Usertag: dak

r...@franck.debian.org (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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to