From f07919904b323d0f03924c5887757fefcfabc231 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 21 Feb 2009 21:11:18 +0100 Subject: [PATCH] p-a add the two lines back, p-a insists on having them. it just doesnt want to make up random ones for it. Signed-off-by: Joerg Jaspert --- dak/process_accepted.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dak/process_accepted.py b/dak/process_accepted.py index dce0cdbe..d626db96 100755 --- a/dak/process_accepted.py +++ b/dak/process_accepted.py @@ -372,6 +372,9 @@ 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)) + orig_tar_id = Upload.pkg.orig_tar_id + orig_tar_location = Upload.pkg.orig_tar_location + # If this is a sourceful diff only upload that is moving # cross-component we need to copy the .orig.tar.gz into the new # component too for the same reasons as above. -- 2.39.2