提交 4d5c520a 编写于 作者: J Joerg Jaspert

show_new

and the same goes for check_dsc/check_deb
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 87f92d7f
......@@ -172,9 +172,9 @@ def do_pkg(changes_file):
examine_package.display_changes(changes['distribution'], Upload.pkg.changes_file)
for fn in filter(lambda fn: fn.endswith(".dsc"), filestoexamine):
examine_package.check_dsc(fn)
examine_package.check_dsc(changes['distribution'], fn)
for fn in filter(lambda fn: fn.endswith(".deb") or fn.endswith(".udeb"), filestoexamine):
examine_package.check_deb(fn)
examine_package.check_deb(changes['distribution'], fn)
html_footer()
if sys.stdout != stdout_fd:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册