X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=914921caa1ab5a4fdcbec568059f14a58215e191;hb=5c1e20ee2095ab9ccd7d916690c66acb7315c5f2;hp=cc6c1c8e8d721924b629c4537b398e2d56d2b56a;hpb=95f05e8aac2673dadfef6aed999551d60cb6d322;p=dak.git diff --git a/ChangeLog b/ChangeLog index cc6c1c8e..914921ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2008-09-08 Philipp Kern + + * dak/check_archive.py (check_checksums): rewind the files + before the sha1sum/sha256sum checks as they got seeked by + md5sum + + * daklib/utils.py (build_file_list): do not die on very + old dsc files without format header + +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 @@ -31,6 +62,20 @@ in a manifest and insert the values found into the files dict, checking the file sizes on the way +2008-09-06 Philipp Kern + + * dak/process_new.py (is_source_in_queue_dir): Access the right + variable to check if the given entry in the queue is the sourceful + upload we are looking for. + +2008-09-02 Joerg Jaspert + + * config/debian/pseudo-packages.description: Added debian-i18n and + buildd.emdebian.org + + * dak/process_new.py (_accept): Fix Philipps new helper function + to not break by moving Upload.build_summaries there. + 2008-08-31 Philipp Kern * dak/process_new.py (_accept): new helper function to accept