]> git.decadent.org.uk Git - dak.git/commitdiff
process-new
authorJoerg Jaspert <joerg@debian.org>
Mon, 8 Jun 2009 22:20:52 +0000 (00:20 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 8 Jun 2009 22:20:52 +0000 (00:20 +0200)
and use _accept() instead of move_to_holding()

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/process_new.py

index f297e688e84edea3b070860fcff91ea61b3578bb..3037b14ab7f19c83bf8acde20023168f9693b6fc 100755 (executable)
@@ -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.