提交 62d4f1c6 编写于 作者: J Joerg Jaspert

Fixxor it, no longer print suites

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 8914e2b4
......@@ -368,8 +368,8 @@ def main ():
otypes.remove("dsc")
otypes = ["dsc"] + otypes
for otype in otypes:
print "Processing %s [%s - %s] using %s..." \
% (osuite, component, otype, suites)
print "Processing %s [%s - %s]" \
% (osuite, component, otype)
sys.stdout.flush()
process(osuite, suiteids, originosuite, component, otype, session)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册