From: Mark Hymers Date: Mon, 25 May 2009 10:40:05 +0000 (+0100) Subject: add check for newstage source X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=99e3b06215dedeacb454182de89a4e91519b1792;p=dak.git add check for newstage source Signed-off-by: Mark Hymers --- diff --git a/dak/process_new.py b/dak/process_new.py index 65b550bb..e3388d25 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -932,6 +932,10 @@ def do_accept_stableupdate(suite, q): # pretty soon. print "Binary-only upload, source in new." move_to_holding(suite, queue_dir) + 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) else: # No case applicable. Bail out. Return will cause the upload # to be skipped.