From: Mike O'Connor Date: Fri, 13 Mar 2009 16:35:36 +0000 (-0400) Subject: full path to deb to copy_pending_contents X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=53b1ea6471352779be349f2724341981ddb0f7c1;hp=d881a32db367dd1ea7a74ba11465a12741afb2e7;p=dak.git full path to deb to copy_pending_contents Signed-off-by: Mike O'Connor --- diff --git a/dak/process_accepted.py b/dak/process_accepted.py index c30e9c49..64679c13 100755 --- a/dak/process_accepted.py +++ b/dak/process_accepted.py @@ -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