]> git.decadent.org.uk Git - dak.git/commit
* dak/utils.py: build_file_list() extra parameters so it can
authorAnthony Towns <aj@azure.humbug.org.au>
Fri, 11 Apr 2008 11:07:57 +0000 (11:07 +0000)
committerAnthony Towns <aj@azure.humbug.org.au>
Fri, 11 Apr 2008 11:07:57 +0000 (11:07 +0000)
commit195caf3ae4b2150a7234de64d0907d74f9a4c0be
tree9c6eb39676d88da9c7a8ebcfed8d1a2619c94494
parentef68956d98a286b338cceb509d938f0925789e61
* dak/utils.py: build_file_list() extra parameters so it can
build a file list for checksums-foo fields. Don't use float() to
compare formats, because Format: 1.10 should compare greater than
Format: 1.9 (use "1.9".split(".",1) and tuple comparison instead)

* dak/process_unchecked.py: check_md5sum becomes check_hashes
and check_hash. If changes format is 1.8 or later, also check
checksums-sha1 and checksums-sha256 for both .changes and .dsc.
ChangeLog
dak/process_unchecked.py
daklib/utils.py