]> git.decadent.org.uk Git - dak.git/commit
do not reject binary-only uploads that fail the "must be newer than" criterion
authorPhilipp Kern <pkern@debian.org>
Tue, 9 Dec 2008 00:40:21 +0000 (00:40 +0000)
committerPhilipp Kern <pkern@debian.org>
Tue, 9 Dec 2008 00:40:21 +0000 (00:40 +0000)
commitf5af4e78a114f804d3e1d3ce4c753e15a1430dd7
treea92b03bfc169e7225291d119b49a526e39666849
parenteeabc3d5a3edaccfdbdbfe48caeb7d0a1c302828
do not reject binary-only uploads that fail the "must be newer than" criterion

2008-12-09  Philipp Kern  <pkern@debian.org>

        * daklib/queue.py (cross_suite_version_check): add an additional
        parameter to specify if an upload is sourceful or not; do not reject
        uploads that do not satisfy the "must be newer than" criteria and
        are binary-only
        * daklib/queue.py (check_source_against_db, check_binary_against_db):
        invoke cross_suite_version_check as above
ChangeLog
daklib/queue.py