]> git.decadent.org.uk Git - dak.git/commit
cosmetic fixes for do_accept and do_accept_stableupdate
authorPhilipp Kern <pkern@debian.org>
Sun, 31 Aug 2008 09:37:33 +0000 (09:37 +0000)
committerPhilipp Kern <pkern@debian.org>
Sun, 31 Aug 2008 09:37:33 +0000 (09:37 +0000)
commit42d8acc12c3a09fd9d805452ddb386b156f3f3db
treea767f6e0bb724c932caab7bc378362810e46bc83
parent80f24c4faac2b6d2493884bf68e5f80d21d13b81
cosmetic fixes for do_accept and do_accept_stableupdate

2008-08-31  Philipp Kern  <pkern@debian.org>

        * dak/process_new.py (_accept): new helper function to accept
        an upload regularly, obeying no-action if set
        * dak/process_new.py (do_accept): use _accept
        * dak/process_new.py (do_accept_stableupdate): bail out in else
        on binary uploads, in case we missed something; use the _accept
        helper; reordered the queue checks to do frequent cases first

Signed-off-by: Philipp Kern <pkern@debian.org>
ChangeLog
dak/process_new.py