]> git.decadent.org.uk Git - dak.git/commitdiff
process-new
authorJoerg Jaspert <joerg@debian.org>
Mon, 8 Jun 2009 22:16:16 +0000 (00:16 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 8 Jun 2009 22:16:16 +0000 (00:16 +0200)
move stable/oldstable updates to newstage and not to holding area
when the source is in newstage.

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

index e3388d25597654893125d0b55ee957621706c4e2..f297e688e84edea3b070860fcff91ea61b3578bb 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, queue_dir)
+            move_to_holding(suite, Cnf["Dir::Queue::Newstage"])
         else:
             # No case applicable.  Bail out.  Return will cause the upload
             # to be skipped.