[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] full path to deb to copy_pending_contents



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/process_accepted.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/process_accepted.py b/dak/process_accepted.py
index c30e9c4..64679c1 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
-- 
1.5.6.5



Reply to: