[dak/master] process-new
and use _accept() instead of move_to_holding()
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/process_new.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dak/process_new.py b/dak/process_new.py
index f297e68..3037b14 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.
--
1.5.6.5
Reply to: