]> git.decadent.org.uk Git - dak.git/commitdiff
its MD5Sum
authorJoerg Jaspert <joerg@debian.org>
Tue, 22 Feb 2011 17:49:20 +0000 (18:49 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 22 Feb 2011 17:49:20 +0000 (18:49 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dak.conf
dak/generate_releases.py

index 10b9e648b0624ab0fd0297ddff9ce4a4439d3063..01bd8581d209b2bddc2ec75a7ad9f96da73d960a 100644 (file)
@@ -528,7 +528,7 @@ Changelogs
 
 Generate-Releases
 {
-  MD5
+  MD5Sum
   {
     oldstable;
     oldstable-proposed-updates;
index 3d42c51cc40df89d976068b2dd46390d3931f331..12ac16ef213d890fd08a1763aaa84f5083a00bb8 100755 (executable)
@@ -108,7 +108,7 @@ def compressnames (tree,type,file):
 decompressors = { 'zcat' : gzip.GzipFile,
                   'bzip2' : bz2.BZ2File }
 
-hashfuncs = { 'MD5' : apt_pkg.md5sum,
+hashfuncs = { 'MD5Sum' : apt_pkg.md5sum,
               'SHA1' : apt_pkg.sha1sum,
               'SHA256' : apt_pkg.sha256sum }