30 lines
998 B
Plaintext
30 lines
998 B
Plaintext
|
|
* write common configuration facility
|
|
|
|
* run_all_releng (master script)
|
|
+ figure out how to efficiently search for interesting
|
|
err/warn keywords spewed up by the script or apps it calls.
|
|
|
|
* releng_build_isojigdo:
|
|
+ finish boot options
|
|
|
|
* releng_check_isocontent (WIP) - compare input data against
|
|
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 "===".
|