提交 2bd5ea02 编写于 作者: J James Troup

Add back 'heidi' as a valid argument for -f/--format in dak ls.

上级 d6d7da9c
2006-06-11 James Troup <james@nocrew.org>
* dak/ls.py (main): add back 'heidi' as a valid argument for
-f/--format as people are using it in scripts and breaking that
without warning seems rude.
2006-05-21 James Troup <james@nocrew.org>
* dak/rm.py (main): use string .isdigit() rather than
......
......@@ -183,7 +183,7 @@ SELECT s.source, s.version, 'source', su.suite_name, c.name, m.name
sys.stdout.write("%10s | %10s | %13s | " % (pkg, version, suite))
sys.stdout.write(", ".join(arches))
sys.stdout.write('\n')
elif Options["Format"] == "control-suite":
elif Options["Format"] in [ "control-suite", "heidi" ]:
for arch in arches:
sys.stdout.write("%s %s %s\n" % (pkg, version, arch))
if Options["GreaterOrEqual"]:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册