]> git.decadent.org.uk Git - dak.git/commit
dak/process_new.py: fix handling binary-only NEW uploads
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 7 May 2013 06:25:23 +0000 (08:25 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 7 May 2013 06:28:41 +0000 (08:28 +0200)
commit3daf09a3ae217db18250ffdd264191557661ffda
treee67546d6d04a7835b3d56d714890a29b9197b657
parent19978315af7c3bb5107f17dfc68b6c8699828bcc
dak/process_new.py: fix handling binary-only NEW uploads

For a binary-only (buildd) upload that ends in NEW, upload.source is None. So
we have to get the source package name from somewhere else.
dak/process_new.py