X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d52a5c6e26ddfda29e72549e52480485c5f58b4b;hb=f4305d94f470563b53ea893967f89e922d5a53f9;hp=5448fb95f9610204153da8dc93dc34c2debdfe2d;hpb=b5d21dfae245e479a1dfd261b7f1a9d9bf2e9b99;p=dak.git diff --git a/ChangeLog b/ChangeLog index 5448fb95..d52a5c6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2008-09-07 Philipp Kern + + * 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 + + * 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 * daklib/utils.py (check_hashes): adapt to different API, check