unify output, drop completed TODO item

This commit is contained in:
George Danchev
2011-07-07 14:49:48 +00:00
parent 12c6ec47b0
commit 54d028add0
2 changed files with 6 additions and 13 deletions

View File

@ -11,18 +11,11 @@
MD5s should be checked. ACLs and xattr (if we are on Linux).
All file types as of stat(2) should be tested.
* Also check (in releng_isocontent) simple operations like:
xorrisofs foo/ > foo.iso
xorrisofs foo/ -o foo.iso
xorrisofs foo/ | cat > foo.iso
* Also check trivial operations like --devices, etc.
result in producing an ISO image. Verify the result with:
'file'
xorriso -pvd_info
others
Such trivial operations could be separated in another releng_ test
which should also check other trivial operations like --devices, etc.
* Split off common functionality in common ./lib/ so it can be re-used
by all scripts. This might include cmdline option parsing, some
validation code like releng_isocontent:is_valid_iso9660
* We need to give a hint about how much storage space will be consumed.