From 62580ea9ac70928ca774f16c487d68c3cae2572e Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 9 Jun 2009 00:16:16 +0200 Subject: [PATCH] process-new move stable/oldstable updates to newstage and not to holding area when the source is in newstage. Signed-off-by: Joerg Jaspert --- dak/process_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/process_new.py b/dak/process_new.py index e3388d25..f297e688 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -935,7 +935,7 @@ def do_accept_stableupdate(suite, q): elif is_source_in_queue_dir(Cnf["Dir::Queue::Newstage"]): # It's in newstage. Accept into the holding area print "Binary-only upload, source in newstage." - move_to_holding(suite, queue_dir) + move_to_holding(suite, Cnf["Dir::Queue::Newstage"]) else: # No case applicable. Bail out. Return will cause the upload # to be skipped. -- 2.39.2