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

This should actually enable us to accept packages again

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 95439774
......@@ -2056,7 +2056,7 @@ distribution."""
# Copy the .changes file across for suite which need it.
copy_changes = dict([(x.copychanges, '')
for x in session.query(Suite).filter(Suite.suite_name.in_([self.pkg.changes["distribution"].keys()])).all()
for x in session.query(Suite).filter(Suite.suite_name.in_(self.pkg.changes["distribution"].keys())).all()
if x.copychanges is not None])
for dest in copy_changes.keys():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册