]> git.decadent.org.uk Git - dak.git/commit
generate-releases: Use the right key when testing uncompnotseen
authorNiels Thykier <niels@thykier.net>
Fri, 4 Sep 2015 16:38:02 +0000 (18:38 +0200)
committerNiels Thykier <niels@thykier.net>
Fri, 4 Sep 2015 17:23:06 +0000 (19:23 +0200)
commit4ab0ee857ca348fbe6b6da6f4cb0d186af278692
treef989eda5594f3797a32ecf0c3134a5866a5617b3
parent0a4b1145adef3e89a709b7a54a749cdd9f3ff4eb
generate-releases: Use the right key when testing uncompnotseen

This issue caused dak to not generate hashes for uncompressed Contents
files for some architectures in some components.  A bit of context,
there were up to 4 Contents files per architecture:

 * Contents-ARCH
 * main/Contents-ARCH
 * contrib/Contents-ARCH
 * non-free/Contents-ARCH

Any */Contents-ARCH that appeared on the filesystem AFTER the legacy
"Contents-ARCH" would be ignored, because generate-releases used the
wrong key to check if the file was already in uncompnotseen.

Signed-off-by: Niels Thykier <niels@thykier.net>
dak/generate_releases.py