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

allow newstage to act like unchecked

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 354eb46e
......@@ -820,7 +820,7 @@ class Upload(object):
# if in the pool or in a queue other than unchecked, reject
if (dbc.in_queue is None) \
or (dbc.in_queue is not None
and dbc.in_queue.queue_name != 'unchecked'):
and dbc.in_queue.queue_name not in ["unchecked", "newstage"]):
self.rejects.append("%s file already known to dak" % base_filename)
except NoResultFound, e:
# not known, good
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册