]> git.decadent.org.uk Git - dak.git/commit
generate_releases
authorArchive Administrator <dak@ries.debian.org>
Thu, 22 Jan 2009 12:23:54 +0000 (12:23 +0000)
committerArchive Administrator <dak@ries.debian.org>
Thu, 22 Jan 2009 12:23:54 +0000 (12:23 +0000)
commitf6fa12e0e3fe4d6aa9157085b77ed25e73745fe5
treecce605497b9191fa82a87eef1f30646d0b9b98f5
parent1fb2a3d44f1e64fbf91e7801c8c549732c6104b4
generate_releases

depending on what kind of file we have we generate the checksums in
different ways. For the uncompressed sum we continue reading in all the
content and hand that as a variable to apt_pkg.*sum. Turns out this does
not work for the already compressed files, there we now go and just hand
the opened file_handle to apt_pkg.*sum.
dak/generate_releases.py