]> git.decadent.org.uk Git - dak.git/commitdiff
Merge commit 'mhy/master' into merge
authorJoerg Jaspert <joerg@debian.org>
Mon, 26 Oct 2009 14:42:26 +0000 (15:42 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 26 Oct 2009 14:42:26 +0000 (15:42 +0100)
* commit 'mhy/master':
  and again...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/generate_index_diffs.py

index 67b24d39027ea8872ad5519c4701aedd0f6b497d..8436716263ba1c39155453c0a00403ed2e1a8392 100755 (executable)
@@ -320,7 +320,7 @@ def main():
         suiteobj = get_suite(suitename.lower())
 
         # Use the canonical version of the suite name
-        suite = suite.suite_name
+        suite = suiteobj.suite_name
 
         if suiteobj.untouchable:
             print "Skipping: " + suite + " (untouchable)"