提交 3f97a5c2 编写于 作者: C Chris Lamb

Don't reject binary uploads. Sorry buildd maintainers.

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 d92abe00
......@@ -1284,6 +1284,10 @@ class Upload(object):
def check_lintian(self):
cnf = Config()
# Don't reject binary uploads
if not self.pkg.changes['architecture'].has_key('source'):
return
# Only check some distributions
valid_dist = False
for dist in ('unstable', 'experimental'):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册