]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Merge commit 'pkern/master'
[dak.git] / ChangeLog
index 5448fb95f9610204153da8dc93dc34c2debdfe2d..d52a5c6e26ddfda29e72549e52480485c5f58b4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-09-07  Philipp Kern  <pkern@debian.org>
+
+       * daklib/utils.py (check_hash): try..except..finally only
+       works on python >=2.5.
+
+       * dak/process_accepted.py (install): better use dsc_file
+       instead of the (for the loop iteration) static file
+       variable
+
+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
+
 2008-08-28  Philipp Kern  <pkern@debian.org>
 
        * daklib/utils.py (check_hashes): adapt to different API, check