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>
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.