]> git.decadent.org.uk Git - dak.git/commit
queue, check_source
authorJoerg Jaspert <joerg@debian.org>
Fri, 1 Jan 2010 10:38:08 +0000 (11:38 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 1 Jan 2010 10:38:08 +0000 (11:38 +0100)
commit15356616ed745cb6893c59e371aeff08fac9f430
tree75024db6f4e04c217d1789f690c54da09e87575e
parent7d71e228feb8fd3041c846b713c0d348eec20a34
queue, check_source

only bail out if we have a non-source upload.
do not bail out if self.pkg.orig_files is empty.
We either have a bug filling orig_files where we only set this when the files
already have been in the archive, or we intended to use orig_files to show
us files already in the archive. Currently it looks like the latter, and then
it is wrong to check on that in check_source, as that would mean we skip one
check (and also extraction of .debinfo information for the BTS!) for every
upload that comes with totally new files. (Imagine a native package).

Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/queue.py