X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;fp=dak%2Fprocess_new.py;h=f33b53bace1e1d570ef544baaf72c2013335d375;hb=1d7f6d35706b847dd00bec1d8694f8676ec215a8;hp=4b0d5c36cd3e153d0f8a3e5bed1a1ae9a018d0d4;hpb=3daf09a3ae217db18250ffdd264191557661ffda;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 4b0d5c36..f33b53ba 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -126,7 +126,7 @@ def takenover_binaries(upload, missing, session): if m['type'] != 'dsc': binaries.remove(m['package']) if binaries: - source = binaries[0].source.source + source = upload.binaries[0].source.source suite = upload.target_suite.overridesuite or \ upload.target_suite.suite_name suites = [s[0] for s in session.query(Suite.suite_name).filter \