[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] err, wtf?



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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index 08b841f..8f9857f 100755
--- a/dak/process_unchecked.py
+++ b/dak/process_unchecked.py
@@ -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})
-- 
1.5.6.5


Reply to: