]> git.decadent.org.uk Git - dak.git/commit
more safety nets when our functions do not do what we expect from them
authorPhilipp Kern <pkern@debian.org>
Sun, 7 Sep 2008 15:16:28 +0000 (17:16 +0200)
committerPhilipp Kern <pkern@debian.org>
Sun, 7 Sep 2008 15:45:18 +0000 (17:45 +0200)
commit2d0a2a5b3282a61c2749b94f971549b99f60bef8
treef179b267aabca8c9017f7e6431b693825c2923fd
parente79e9a1395528354b5978fc4b92a8fcdd1559d70
more safety nets when our functions do not do what we expect from them

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

        * daklib/utils.py (check_hash): change the comment and warn
        if a file is not found when checking the hashes (i.e. when
        it is probably in the pool)

* daklib/utils.py (check_size): do not bail out if the file
is not found, because it may be in the pool

        * dak/process_accepted.py (install): bail out and skip the
        upload when ensure_hashes fails, print the rejection messages
        as warnings

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