X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=3037b14ab7f19c83bf8acde20023168f9693b6fc;hb=ad3dcd2b9f888eebf534f1a0e132b0d81b845e75;hp=f297e688e84edea3b070860fcff91ea61b3578bb;hpb=62580ea9ac70928ca774f16c487d68c3cae2572e;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index f297e688..3037b14a 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, Cnf["Dir::Queue::Newstage"]) + _accept() else: # No case applicable. Bail out. Return will cause the upload # to be skipped.