提交 c7cd84ed 编写于 作者: C Chris Lamb

Fix check_indices_files_exist in check-archive.

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 899a64f8
......@@ -427,8 +427,8 @@ def check_indices_files_exist():
"""
for suite in [ "stable", "testing", "unstable" ]:
for component in Cnf.ValueList("Suite::%s::Components" % (suite)):
architectures = database.get_suite_architectures(suite)
for arch in [ i.lower() for i in architectures ]:
architectures = get_suite_architectures(suite)
for arch in [ i.arch_string.lower() for i in architectures ]:
if arch == "source":
validate_sources(suite, component)
elif arch == "all":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册