|
|
|
@ -11,15 +11,15 @@ Release Engineering
|
|
|
|
|
libisoburn source tree. Self-generated data are stored in
|
|
|
|
|
./releng_generated_data/ directory, and the required space for
|
|
|
|
|
these data is about 300 megabytes. There is a 'master' script
|
|
|
|
|
called run_all_auto, which runs all scripts prefixed with releng_*.
|
|
|
|
|
+ Any releng_* script can be run on its own, regardless.
|
|
|
|
|
+ Any manual_* script is to be run on its own, i.e. by hand.
|
|
|
|
|
called run_all_auto, which runs all scripts prefixed with auto_*.
|
|
|
|
|
+ Any auto_* script can be run on its own, regardless.
|
|
|
|
|
+ Any manual_* script is to be run on its own, only.
|
|
|
|
|
+ All scripts support -h, -help, --help and
|
|
|
|
|
print usage help when run without options.
|
|
|
|
|
|
|
|
|
|
* DELIVERING A NEW TEST SCRIPT
|
|
|
|
|
+ Start a new test script over the top of template_new_releng
|
|
|
|
|
+ Each completed script starts with releng_ prefix
|
|
|
|
|
+ Each completed script starts with auto_ or manual_ prefix
|
|
|
|
|
+ Each script' self-generated data are to be stored in
|
|
|
|
|
./releng_generated_data/scriptname/ directory
|
|
|
|
|
+ Keep the newly added script options in sync with other scripts
|
|
|
|
|