X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate30.py;h=2d962749219a8ba513bbccb9517f622960928b5e;hb=1149b8e288d45a56c61b7d3804e25fd33de4f27a;hp=d002c690be4e93816f69689a17f268dcac5a8500;hpb=c2b68923aa806fb243fbea563b84c776482100bc;p=dak.git diff --git a/dak/dakdb/update30.py b/dak/dakdb/update30.py index d002c690..2d962749 100644 --- a/dak/dakdb/update30.py +++ b/dak/dakdb/update30.py @@ -58,7 +58,7 @@ def do_update(self): JOIN section s on s.id=o.section WHERE b.id=$1 AND o.suite=$2 - AND o.type in ('deb','udeb') + AND ot.type in ('deb','udeb') \"\"\", ["int", "int"]), [TD["new"]["bin"], TD["new"]["suite"]])[0]