]> git.donarmstrong.com Git - dak.git/commitdiff
full path to deb to copy_pending_contents
authorMike O'Connor <stew@vireo.org>
Fri, 13 Mar 2009 16:35:36 +0000 (12:35 -0400)
committerMike O'Connor <stew@vireo.org>
Fri, 13 Mar 2009 16:35:36 +0000 (12:35 -0400)
Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/process_accepted.py

index c30e9c4999dfb681b6068c62c4b6570058914bad..64679c13586acbddbb725895fe228bbb5329e9da 100755 (executable)
@@ -390,7 +390,7 @@ def install ():
                 suite_id = database.get_suite_id(suite)
                 projectB.query("INSERT INTO bin_associations (suite, bin) VALUES (%d, currval('binaries_id_seq'))" % (suite_id))
 
-            if not database.copy_temporary_contents(package, version, files[newfile], reject):
+            if not database.copy_temporary_contents(package, version, filename, reject):
                 reject("Missing contents for package")
 
     orig_tar_id = Upload.pkg.orig_tar_id