提交 57bbf845 编写于 作者: M Mike O'Connor

dont fail on every p-a .deb rescan

Signed-off-by: NMike O'Connor <stew@vireo.org>
上级 5fe5b6fd
......@@ -837,7 +837,7 @@ def copy_temporary_contents(package, version, deb, reject):
message = utils.TemplateSubst(subst, Cnf["Dir::Templates"]+"/missing-contents")
utils.send_mail( message )
Binary(deb, reject).scan_package()
exists = Binary(deb, reject).scan_package()
if exists:
sql = """INSERT INTO content_associations(binary_pkg,filepath,filename)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册