X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=dd97b6c7252d9c9eaf323fb336402a972e19941a;hb=5c4242ac752fcc98787ecf0d84927f907808e36e;hp=491c5560ec7b7c968b17bbeeb37c4514f778c049;hpb=a4a019fa541fec6ad205f5e36e5f2a2cdf797235;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 491c5560..dd97b6c7 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 @@ -572,7 +572,7 @@ def check_files(): # Check the version and for file overwrites reject(Upload.check_binary_against_db(f),"") - Binary(f).scan_package() + Binary(f, reject).scan_package( ) # Checks for a source package... else: