提交 ad3dcd2b 编写于 作者: J Joerg Jaspert

process-new

and use _accept() instead of move_to_holding()
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 62580ea9
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册