]> git.decadent.org.uk Git - dak.git/commit
Generalize parse_file_list to allow handling Release files
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 11 Aug 2015 19:36:43 +0000 (21:36 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Wed, 12 Aug 2015 07:59:43 +0000 (09:59 +0200)
commitf52fdad1294f588eb467002d6ee2344b824254da
tree3c3079d85d3518c6ee0c6e0e55acef3623573d94
parent55a06f4c01fb48573bc39e00009d02a4c2d73054
Generalize parse_file_list to allow handling Release files

Release files use different field names for checksum fields and the
set of allowed filenames is larger (slashes are allowed). This patch
allows switching the regexp used to validate filenames and the fields
for checksums to allow using parse_file_list not only for .dsc files,
but also for Release files.
daklib/upload.py