X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=e3388d25597654893125d0b55ee957621706c4e2;hb=99e3b06215dedeacb454182de89a4e91519b1792;hp=65b550bb9aff4aed91d07550806d9a37c05118b9;hpb=448066927e5192038771ba6e3f7efaf28fb45e80;p=dak.git 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.