added some TODO items

This commit is contained in:
George Danchev 2011-07-02 15:28:37 +00:00
parent 397fa9a592
commit 5e152316e8

View File

@ -12,3 +12,18 @@
the ISO image content, might be tricky
* Interpreter to read options from config files and sets the variables
* Rename releng_* to releng_<title>. I.e. a concise description of
the test topic, in very few words, normally by a single noun.
* Merge hardliks into content test
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.
* We need to give a hint about how much storage space will be consumed.
* Splitting stdout and stderr into separate logs seems not a good idea.
Both streams belong together.
* We could mark all own stderr messages by a prefix like "===".