2011-07-04 12:46:45 +00:00
|
|
|
* Invent an interpreter to read options from config files and sets the variables
|
|
|
|
or use confget ( http://devel.ringlet.net/textproc/confget/ )
|
2011-07-07 15:04:23 +00:00
|
|
|
OR BETTER YET TRY TO DROP the entire concept of config files and
|
|
|
|
rely solely on cmdline options.
|
2011-06-28 17:33:08 +00:00
|
|
|
|
2011-07-05 05:47:26 +00:00
|
|
|
* Write a common configuration facility.
|
2011-06-26 13:20:28 +00:00
|
|
|
|
2011-07-07 09:42:01 +00:00
|
|
|
* Also support 'run_all_releng /path/to/xorriso [-keep]'
|
|
|
|
i.e. without the need to install config files in place.
|
|
|
|
|
2011-07-02 18:00:33 +00:00
|
|
|
* Merge 'merge_into_isocontent' into 'releng_isocontent' (former hardlinks)
|
2011-07-02 15:28:37 +00:00
|
|
|
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.
|
2011-07-07 07:56:44 +00:00
|
|
|
|
2011-07-07 14:49:48 +00:00
|
|
|
* Also check trivial operations like --devices, etc.
|
2011-07-02 15:28:37 +00:00
|
|
|
|
2011-07-07 14:49:48 +00:00
|
|
|
* 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
|
2011-07-07 07:56:44 +00:00
|
|
|
|
2011-07-02 15:28:37 +00:00
|
|
|
* We need to give a hint about how much storage space will be consumed.
|
|
|
|
|
2011-07-07 07:56:44 +00:00
|
|
|
* We could mark all own stderr messages by a prefix like "===".
|
2011-07-04 17:43:15 +00:00
|
|
|
|
|
|
|
* Burning tests ideas/thoughts by Thomas:
|
|
|
|
> There will have to be a warning and user input before we load
|
|
|
|
> the drive tray. -dev, -indev, -oudev do this loading which can
|
|
|
|
> cause finger injury, psychical trauma, and chuting computers.
|
|
|
|
>
|
|
|
|
> Further if we want to have a burn test (with MD5 and checkreading)
|
|
|
|
> then we will need configuration means to enable this. By default
|
|
|
|
> it should not risk to burn one-time media which sit in the drive
|
|
|
|
> by mere accident.
|