hint about req. free space, formatting cleanup, drop completed todo items

This commit is contained in:
George Danchev
2011-07-09 07:33:33 +00:00
parent d81ac5328b
commit 0a3923c2ed
4 changed files with 38 additions and 39 deletions

View File

@ -1,27 +1,14 @@
* Invent an interpreter to read options from config files and sets the variables
or use confget ( http://devel.ringlet.net/textproc/confget/ )
OR BETTER YET TRY TO DROP the entire concept of config files and
rely solely on cmdline options.
* Write a common configuration facility.
* Expose ldd and --version of tested binary just once.
* Also support 'run_all_releng /path/to/xorriso [-keep]'
i.e. without the need to install config files in place.
* Expose xorriso --version of tested binary just once.
* Merge 'merge_into_isocontent' into 'releng_isocontent' (former hardlinks)
Extend it to use some more demanding directory tree.
MD5s should be checked. ACLs and xattr (if we are on Linux).
All file types as of stat(2) should be tested.
* Also check 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.
* Also check as many as possible trivial operations like:
xorriso --devices
xorriso -indev file.iso -pvd_info
* We could mark all own stderr messages by a prefix like "===".