]> git.decadent.org.uk Git - dak.git/commitdiff
err, wtf?
authorJoerg Jaspert <joerg@debian.org>
Sun, 15 Mar 2009 11:15:03 +0000 (12:15 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 15 Mar 2009 11:15:03 +0000 (12:15 +0100)
shutup this idiotic thing and make p-u work again. this does *not* seem
right, but it helps. :()

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

index 08b841ff11f830bb76c7cbf0f7916031cee94fbe..8f9857f411660ec286c3388e76d8e2d3d98aefb6 100755 (executable)
@@ -1321,7 +1321,7 @@ def is_stableupdate ():
                            JOIN src_associations sa ON (s.id = sa.source)
                            WHERE s.source = %(source)s
                               AND s.version = %(version)s
-                              AND sa.suite = %(suite)d""",
+                              AND sa.suite = %(suite)s""",
                         {'source' : changes['source'],
                          'version' : changes['version'],
                          'suite' : pusuite})