From 4ba658fda3367f4c9d7c30ab5985eada295531b6 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 15 Mar 2009 12:15:03 +0100 Subject: [PATCH] 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 --- dak/process_unchecked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 08b841ff..8f9857f4 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}) -- 2.39.2