X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_accepted.py;h=64679c13586acbddbb725895fe228bbb5329e9da;hb=2c588fd4aecbf98896d7e2acb3b9a2cb2d2c4cc8;hp=d2b01c6441cbb22440b6836db285378160f3a675;hpb=1af0343f2bcab92549d41426be7acd4fe7361206;p=dak.git diff --git a/dak/process_accepted.py b/dak/process_accepted.py index d2b01c64..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]): + if not database.copy_temporary_contents(package, version, filename, reject): reject("Missing contents for package") orig_tar_id = Upload.pkg.orig_tar_id