X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=4b731a1784292e9e9519720a60015115870eed5d;hb=1fc2bf300a251648e71f85979e20f3d649c3caad;hp=491c5560ec7b7c968b17bbeeb37c4514f778c049;hpb=11bb7cb6579d8843fdfd1dadfc55fa5ccc6a4ff1;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 491c5560..4b731a17 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -400,7 +400,7 @@ def check_files(): cursor = DBConn().cursor() # Check for packages that have moved from one component to another # STU: this should probably be changed to not join on architecture, suite tables but instead to used their cached name->id mappings from DBConn - cursor.execute("""PREPARE moved_pkg_q AS + cursor.execute("""PREPARE moved_pkg_q(text,text,text) AS SELECT c.name FROM binaries b, bin_associations ba, suite s, location l, component c, architecture a, files f WHERE b.package = $1 AND s.suite_name = $2